Question
Runtime Opening multiple Microsoft Outlook when initiating project
I am currently deploying and testing two projects on Pega Robot Manager. In my projects I am using Microsoft Outlook connectors to send emails when something fails using jump labels. When my runtime application is loading the project my Microsoft Outlook application opens multiple times. I am not sure if it is related or not but it was opening outlook for one of my projects 2 times. I added another outlook connector to an automation file and when I ran that project in runtime it opened outlook 3 times. In my other project I have 40 different reports where I am using the outlook connector and it opens outlook 40 different times on my VM. Any suggestions to fix this?
@ZachT124 You really only need one Outlook Connector in your project. It should be global in scope. If you added it to an automation (and did not make it global), then a new one would get created every time you ran that automation. That sounds like what is happening. Add it to a global container instead or make it global in your automation and see if that makes a difference.