Forum Discussion
rautchetan27
Jun 10, 2020Brass Contributor
change permission on list item
I have number of list items(1000+) for which one user have edit permission. i want to make it read permission for that user and dont want to do manually for each item one by one. i saw solution ...
Ashish_Kohale
Jun 10, 2020Iron Contributor
rautchetan27 : Powershell script will easier and faster option in this case.
You can do this using:
1) Power Automate, use "Apply to Each" action.
2) Nintex Workflow.
3) SharePoint workflow - REST API and loop action.
rautchetan27
Jun 10, 2020Brass Contributor
For each loop i tried, but you can not use " stop sharing" with each item for particular user.
"stop sharing" will stop sharing it with all users.