How to pass string varaiable to Shared MailBox Parameter of Outlook 365 Account Card

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??

Hi,

Office 365 scope cannot use Integration service yet I guess ,

Unfortunately, it doesn’t seem support yet, as you guess.

If you know possible account names in advance, using Switch or If might help you as the following , although it’s not very good workflow.

Regards,