One of the main functionalities that the latest update contains is the WebLogin Authentication Mode (found under the SharePoint Instance Type property) which can potentially authenticate the robot even if the SharePoint instance is using 3rd party identity providers or if only multi factor authentication is possible. This happens by prompting the user to insert their credentials the first time the workflow is executed, afterwards which the robot stays authenticated. Given that this mode requires human input, it is recommended that this authentication mode is used only for attended automation
1.SharePoint Activity Scope
2.SharePoint.Activities.Lists
· DeleteListItemAttachments
3.SharePoint.Activities.Libraries
4.SharePoint.Activities.Users
5.SharePoint.Activities.Permissions
· GetAllPermissionsFromGroup
The activity should be used only in case you are signed in to a WebLogin SharePoint Instance!
Gets the current user in case you are signed into a WebLogin SharePoint Instance.
· Have access to an instance of SharePoint and an account with all the necessary permissions. You will not be able to use this package using your credentials to do any operations that you couldn't do on your SharePoint environment in the browser.
· This solution might not work if your SharePoint instance is using a 3rd party Identity Provider.
Please find more details on how to use each of the activities on the package in the attached documentation!