hi Team
I have a requirement where I have to set Read permission to some 8 SharePoint groups on the item level in the SharePoint list.
Currently, I could only set it for one single SP group at a time using "Send an HTTP request to SharePoint" action.
I want to avoid sending 8 HTTP requests for Read permission assignment. Please help me in modifying the below uri.
/_api/web/lists/getByTitle('<LIST_TITLE>')/roleassignments/addroleassignment(principalid='<GROUP_ID>',roleDefId=<ROLE_ID>)
@PowerAutomate
Thanks
Manoj