Welcome to an article on how to use Action Office 365 update item permissions in SharePoint Online and Office 365, using Nintex Workflows. This article will display the action “Office 365 update item permissions”. Here, we will see how to configure this action and use it for our work.

Using this action, you will be able to update the permissions of the items, based on your query.

Let’s see the implementation of this functionality.

Configuration

  1. Destination Site URL: Provide the destination URL, where you want to update the item permissions.
  2. List Name: Provide the list name.
  3. Items to update: Create your queries through Query builder and CAML editor to build a query of the content, where you want to update the permissions. You can include query to loop through the folders and can apply filter on the results.
  4. Inherit permissions from parent: - Choose, if you want to inherit the permissions from the parent.
  5. Remove existing permissions: - Choose, if you want to completely remove the existing permissions.
  6. Target: - Choose, what should be the target, users or group.
  7. User or group name: - Provide the name of the user or groups, for which, you want to update the permissions on the items.
  8. Permissions: - Choose one among the permission levels, you want to assign access to the users on those items, which you query.

    Permissions

  9. SharePoint Online URL: Provide the SharePoint Online URL here.
  10. Username: - Provide the user name.
  11. Password: - Specify the password.
  12. All matched items updated: - Here, you can add a variable to store the value ‘Yes’ stating, when all the matched items have been updated.
  13. List Item ID: Here, you can add a variable to store the List item Id.
  14. List Item URL: Here, you can add a variable to store the List Item URL.

Once you configure, the Workflow will update the permissions on the queried items, when the Workflow executes.

Thus, in this article, we saw, how to update the permissions of the items, using Office 365 update item permissions in SharePoint Online and Office 365, using Nintex Workflows. We will see more new articles on the actions of Nintex Workflows. Till then, keep learning!