I have created a workflow that retrieves an Anyconnect password from an incoming mail.
My Outlook account on the PC contains 3 different mail adresses. It works fine when running the robot with Outlook open, but when Outlook is closed, the Robot will skip the entire section where it is retrieving the e-mail. I get no error messages - it just skips the Get e-mail section.
In the ‘Input Account’ property i have stated the name of the specific e-mail account where the mail is landing. In the ‘MailFolder’ property I have entered “Inbox”.
How do I get passed this behavior? I would like the Robot to retrieve the specific mail, also with Outlook not open.
I use Microsoft Outlook all along. When Outlook is open, it works fine, but when Outlook is closed it just skips the ‘Get Outlook mail’ section completely.
I am not sure what you mean with check status. If Anyconnect is not open, the robot must login with user and password from credential manager. When done, Anyconnect awaits a password that I receive by mail.
I retrive the mail with the Get Outlook Mail activity, extracts the password which is part of the subject field in the mail. I then do a split to retrive the password itself, and enter it in Anyconnect, login and done.
The issue is that nothing happens if Outlook is not running. No error message, it just ignores the whole Get email section, and closed the robot leaving Anyconnect open awaiting insertion of the password sent by mail
I am also running into the same issue. Outlook has to be open for any Outlook activities to work properly. Is there a way for UiPath to interact with outlook (using the outlook activities) when outlook is CLOSED?