I'm using the 'Grant access to an item or a folder' for SharePoint list item level permission and I want to add custom value in Role as 'Contribute' or custom permission.
I tried adding 'Contribute' permission in custom value but flow failed. We can choose only 'Edit' or 'View' permission.
Solved! Go to Solution.
If you select "peek code" you can see the format it wants is
role:[roleIDnumber]
Follow these instructions to find the role ID http://www.benprins.net/2017/01/23/sharepoint-get-the-role-id/
Good question....
I tried to Enter Custom Value 'Can contribute' but it does not work. Let's hope somebody else can point us to the right direction.
In the meawhile, did you consider exploring HTTP REST calls from Flow to modify permissions? Step by step explanation here
https://collab365.community/sharepoint-item-permissions-using-flow-part-1/
Hope this helps
Proud to be a Flownaut!
Hi @efialttes,
Thanks very much for your suggestion. I've already tried using HTTP Rest calls also.
But easier if we can enter custom value in Grant access to an item or a folder action.
I hope somebody can help. 😁
If you select "peek code" you can see the format it wants is
role:[roleIDnumber]
Follow these instructions to find the role ID http://www.benprins.net/2017/01/23/sharepoint-get-the-role-id/
This may be obvious to others, but the format is "role:roleIDnumber" without the brackets.
For example: role:1073741827 and not role:[1073741827] to grant contribute access.
Thanks @buckles
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
14 | |
13 | |
11 | |
10 | |
9 |
User | Count |
---|---|
31 | |
24 | |
17 | |
12 | |
12 |