Somebody help me, please!
Unable to create an excel workbook in my flow. The below error message is generated. Any help would be much appreciated.
How can I solve this problem?
Error: UiPath.MicrosoftOffice365.Office365Exception: The caller is not authenticated.
Did you connect the O365 through UiPath Studio project?
Hi @Gustavo_Henrique_Duarte ,
Step-by-Step Configuration Example
- Add Office 365 Scope:
- Drag and drop the “Office 365 Scope” activity into your workflow.
- Configure the authentication settings within the scope:
- Application ID: Your Office 365 Application ID.
- Tenant ID: Your Office 365 Tenant ID.
- Secret: Your Office 365 Application Secret (if using Application-Based authentication).
- Interactive Token: If using User-Based authentication, make sure to authenticate interactively and store the token.
- Inside Office 365 Scope:
- Add the activities to create and manipulate the Excel workbook.
Regards
Sandy