We are using the SharePoint package (version 1.7.0) to connect to SharePoint from UiPath. However, we occasionally encounter a 403 Forbidden error, despite sometimes being able to connect successfully. Could you please help.
The remote server returned an error: (403) Forbidden. at Source: System.Activities
@yashwanthb_kumar,
Is there any specific SharePoint activity failing or it’s random.
If random, put the logic in retry scope.
Thanks,
Ashok 
Hi Ashok,
Thank you for your response. The issue arises from the SharePoint application scope activity when establishing the connection sometimes.
@yashwanthb_kumar,
Ok. As it’s intermittent, I would advise to put this scope in Retry scope.
Thanks,
Ashok 
Hi @ashokkarale Thanks for your advice. As a workaround we can add retry scope to fix the problem.
@yashwanthb_kumar,
Great! Kindly close the thread by marking my answer as solution so it will be helpful to other community members as well.
Thanks,
Ashok 