Hello,
I have a Modern SharePoint site with a news page. Employees can post news themselves. I want to prevent employees from editing or deleting news posts from other users. To achieve this, I created a Power Automate Flow that grant uniques permissions for the page item. This works well. However, assigning a SharePoint group with read permissions is not working correctly. I receive this error message.
GroupID is correct.
I have a Modern SharePoint site with a news page. Employees can post news themselves. I want to prevent employees from editing or deleting news posts from other users. To achieve this, I created a Power Automate Flow that grant uniques permissions for the page item. This works well. However, assigning a SharePoint group with read permissions is not working correctly. I receive this error message.
GroupID is correct.
_api/web/Lists(guid'@{variables('LibGUID')}')/items(@{triggerOutputs()?['ID']})/roleAssignments/addRoleassignment(principalid=14,roledefid=1073741826)
Is this the correct URI?
Check GroupID:
Any Clue
Categories: