Can the Change SharePoint permissions action be used with Flow to change folder permissions?
SP REST API has related, but its a pain to implement:
https://{site Url}/_api/web/GetFolderByServerRelativeUrl(‘Lists/{DocLibName }/{folder url}’)/ListItemAllFields/roleassignments/addroleassignment(principalid={User or group id},roleDefId={Role definition id})
Hi @Oleg_Tsurkan, is there a way we can dynamically capture the ID of individual folders. this looks to take all subfolder, apply to each and set permissions. If we want to be granular at this level, how can I target a specific folder?