Hi all,
Could you please share the detailed steps for setting up SharePoint automation?
Additionally, kindly include the required access levels and permissions needed for the process.
Thank you for your support.
Hi all,
Could you please share the detailed steps for setting up SharePoint automation?
Additionally, kindly include the required access levels and permissions needed for the process.
Thank you for your support.
Hi @Harsha_Joshi
try to configure SharePoint with Azure AD app credentials, and grant API permissions like Sites.Read.All or Sites.ReadWrite.All depending on whether you need read or write access.
For More:
Granulate Permissions For SharePoint Online - News / Knowledge Base - UiPath Community Forum
If helpful, mark as solution. Happy automation with UiPath
Hi,
#1. install the required package i.e UiPath.MicrosoftOffice365.Activities
#2. Create an App Registration in Azure AD (Required for API Access)
#3 Generate Client Secret**
You will need:
#4: Assign API Permissions**
Go to:
Azure → App Registration → API Permissions
Click Add a permission → Select:
Add:
Add:
Then:
Grant admin consent
#5: Create a Connection in UiPath Studio**
Example:
https://companyname.sharepoint.com/sites/Finance
Once connected → You can use the SharePoint activities.
I’m getting error : The caller doesn’t have permission to perform the action.
I’m getting error : The caller doesn’t have permission to perform the action.
This issue comes because the Azure app is not fully trusted by SharePoint so plz Approve the permissions in SharePoint Admin Center → API Access and also grant site-level access using _layouts/15/appinv.aspx with FullControl
After approving both caller doesn’t get permission error
Hope it will resolve your issue
Cheers
Thanks for help
it’s working now
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.