Create your first automation in just a few minutes.Try Studio Web →
by YouTube
12
Activity
1.1k
Summary
Summary
A custom activities package that allows the management of List Items, Library Files and Folders, Users, Groups and Permissions.New activities and a new authentication mode have been added in 1.5.2
Overview
Overview
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
Activities
1.SharePoint Activity Scope
2.SharePoint.Activities.Lists
· AddListItem
· GetListItems
· DeleteListItems
· UpdateListItems
· AddListItemAttachments
· GetListItemAttachments
· DeleteListItemAttachments
3.SharePoint.Activities.Libraries
· CreateFolder
· Delete
· GetChildrenNames
· GetFile
· UploadFile
· MoveItem
· RenameItem
· Check In File
· Check Out File
· Discard check out
4.SharePoint.Activities.Users
· AddUsersToGroup
· CreateUserGroup
· RemoveGroup
· RemoveUserFromGroup
· GetUser
· GetAllUsersInsideGroup
5.SharePoint.Activities.Permissions
· AddPermission
· RemovePermission
· GetAllPermissionsFromGroup
6. Sign Out
The activity should be used only in case you are signed in to a WebLogin SharePoint Instance!
7. Get Web Login User
Gets the current user in case you are signed into a WebLogin SharePoint Instance.
Prerequisites
· 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!
Features
Features
Provides an integration between UiPath and SharePoint that permits the usage of the key functionalities of SharePoint that are most likely to be used in an automation. Allow document and folder management for Libraries. Allow CRUD functionalities on SharePoint Lists. Allow the creation/deletion of groups and the administration of the permissions assigned to them and of the users inside.
Additional Information
Additional Information
Dependencies
Microsoft.SharePoint2016.CSOM - 16.0.0.0 https://github.com/pnp/PnP-Sites-Core
Code Language
Visual Basic
Runtime
Windows Legacy (.Net Framework 4.6.1)
Technical
Version
1.5.2Updated
May 11, 2020Works with
UiPath 2018.4 or above
Certification
Silver Certified
Collections
Support
UiPath Community Support
Resources