I feel like I've read 100's of posts and videos and haven't found success. I have a flow that successfully builds a subsite and a set of folders in a Library, creates a security group, sets view permission to the Site/Library for that group, but I am stuck trying to then elevate that group's permission to "Contribute" for one folder. In my flow below, the first HTTP request works to "Set Read access for ReviewGroup to Bid Subsite. Then any number of scenarios I've tried have failed to break the permissions on the 03 - Review folder and then set the new permission or find the folder Id.
Thank you for any help.
Solved! Go to Solution.
Folder permissions operate the same way permissions do for a file. First Break Inheritance and then assign individual permissions. This code works for me.
Folder permissions operate the same way permissions do for a file. First Break Inheritance and then assign individual permissions. This code works for me.
Thanks! This put the bits and pieces into one string and saves a number of manual steps. Added a Get Folder Metadata above to pull in the proper integer-based FolderId.
I had a couple extra steps to get the FolderID and the permission level. But those were the basic steps required to do the job. The rest was just populating variables to make it more reusable.
User | Count |
---|---|
95 | |
46 | |
21 | |
18 | |
17 |
User | Count |
---|---|
140 | |
50 | |
42 | |
39 | |
29 |