Hi Experts,
Can you guys help me how to pass string variable to shared Mailbox parameter of Outlook 365 account card?
Current activities seems can only accept direct value(without double quote) not variable name.
That’s really important to me.
Hi Experts,
Can you guys help me how to pass string variable to shared Mailbox parameter of Outlook 365 account card?
Current activities seems can only accept direct value(without double quote) not variable name.
That’s really important to me.
Hi,
Can you try UiPath.MicrosoftOffice365.Activities package?
GetMail in O365 package has Account property which type is not String
but InArgument<String>
. This means we can pass variable to it.
Regards,
Office 365 scope cannot use Integration service yet I guess ,
I used Outlook 365 because it can connect to Integration Service in Orchestrator .
Could u pls guide me if you any way around??