Office365Activity scope activity warning

Hi UiPath Team,
I am trying to send a mail by using office 365 activity while connecting to office 365 scope a warning message is appearing, please check below screenshot.


the bot was failing with below error.

@manojmanu.rpa,

The warning is just for your information that if you want to use interactive configuration while designing, you should be putting the O365 Scope properties used for authentication as it is. Variables will not work for design purpose. If you don’t want this, you can ignore the warning.

Now regarding the error, follow this knowledgebase.

Also try filling the account field in send mail activity

I given the correct properties ,now it’s failing with invalid credentials but I given the correct credentials.

@manojmanu.rpa ,

What’s the authentication type you are using?

@manojmanu.rpa

please specify the account you are using as well

cheers

Application Id and Secret.

@manojmanu.rpa,

Ok so you should be passing 3 things,

Tenent id, app id, and secret.

Check if you are passing all and correctly.

Yes I am passing, is there any permission required to use office365 scope?

@manojmanu.rpa,

At Azure AD App level check if your app have the application API permission Mail.Read means “Read mail in all mailboxes” and Mail.ReadWrite means “Read and write mail in all mailboxes”.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.