Replace SharePoint Item Level Permissions Using Power Automate

Problem Statment

Replace SharePoint Item level permissions using Power Automate

Solution

We can achieve this by running Automated cloud flow and the steps are as follows.

Step 1

Create SharePoint list (ex-Student Details) as shown below screenshot

Replace SharePoint Item level permissions using using Power Automate

Step 2

Open Power Automate and create automated cloud flow (Replace Permission) with following configuration (see screenshot below)

Trigger - When Item is Created or Modified

Action 1. Stop Sharing an Item or File - This step will stop the sharing particular item to the users

Replace SharePoint Item level permissions using using Power Automate

Step 3

Now add last action "Grant access to an item or folder" and configure action as follows (See screenshot shown below)

  1. ID - Provide ID of newly created or current edited item
  2. Recipients - Name of user to whom you want to provide access (As of now I am giving access to the person (Createdby) who creates the item)
  3. Roles - Select View/Edit option from the given dropdown.
  4. Notify Recipients - You can select Yes or No

 Replace SharePoint Item level permissions using using Power Automate

Now check by adding new item in the List or library the permission will be applied as per configured in flow.

Keep Coding keep Growing.....:)