
I have a workflow that works after an item is created on a sharepoint list. It requires approvals, once approved the item status on sharepoint changes Approved.
I am looking to make the item that is approved uneditable as currently someone with approved list item can technically go back to it and modify. Is there any way to restrict edit/modify after the item is already Approved/rejected?
Thank you in advance.
Hey
What you're looking for is breaking and removing the item level inherited permissions.
This is a well written article on how to do exactly that using power automate:
https://www.c-sharpcorner.com/article/power-automate-break-inheritance-and-set-list-item-level-permissions-in-sharep/
cheers