Forum Discussion
Populate another's user item list in SharePoint
- geoT3211Feb 19, 2024Copper ContributorAsifa_Khan exactly, this is what I am trying to achieve. Do you know if there is any other way to resolve this issue?
- Asifa_KhanFeb 19, 2024Copper Contributor
geoT3211 you need to ensure that each item in your SharePoint list has unique permissions. By default, SharePoint items inherit permissions from the list, but you can break inheritance and assign unique permissions to each item. Use a multi-person or group field for collaborators in your SharePoint list. Then, create a Power Automate flow triggered by the form submission. Then, Retrieve the list of collaborators from the form data in your Power Automate flow. For each collaborator, use the "Grant access to an item or a folder" action in Power Automate to provide them with read access to the item.
Let me know if you need further assistance!- geoT3211Feb 20, 2024Copper Contributor
Asifa_Khan although I incorporated the "Grant access to an item or a folder" action into my flow, the contributors still can't see the item I created. By the way, my flow runs smoothly, so I suppose this problem is not related to my flow or the way I use the "Grant access to an item or a folder" command.