Feb 18 2024 09:18 AM
Hello,
I have built a SharePoint List so that someone will be able to submit a form regarding a project they have worked on. Additionally, there is another person or group field in which the person who submits the form will be able to include other people's names in case the project was a collaborative work.
Does anybody know how I could populate collaborators' item lists with the form submitted on behalf of them? Is this something that could be achieved through a Power Automate flow?
Thank you!
Feb 19 2024 12:13 AM
@geoT3211 Are you trying to filter list view to show only collaborator user's list items?
If your collaborator column is single selection person or group column, you can filter the list view based on [Me].
Check:
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Feb 19 2024 12:21 AM
@ganeshsanap no, I am not trying to do this. I just want whenever I create a new item in this SharePoint list and include the names of the people I work with, the same item to appear on their item list. Since, it's a collaborative work, I would like them to see what projects they have participated in.
Feb 19 2024 12:28 AM
Feb 19 2024 12:51 AM
Feb 19 2024 01:06 AM
Feb 19 2024 01:24 AM
Feb 19 2024 03:20 AM
@geoT3211 Can you please explain what do you mean by the same item to appear on their item list?
Are you using different SharePoint lists / sites for storing the list items for each users?
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Feb 19 2024 03:41 AM
@ganeshsanap with the term item I mean the submitted form through the SharePoint list.
The above is an example of an item, which has been submitted by me. The person I included in the Collaborators column, although she worked on that project, can't see this item in her item list. How could I populate her item list as well?
Feb 19 2024 05:06 AM
@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!
Feb 19 2024 05:11 AM
@geoT3211 Are you using SharePoint out of the box "Advanced settings > Item level permissions"?
IF YES, you cannot show the list items created by to another users while using above type of permissions.
IF NO, you have to grant at least Read permissions to collaborator users on your SharePoint list. Users should have at least read permissions on the particular "list item" to see the list item.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Feb 19 2024 11:46 PM
@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.
Mar 12 2024 09:56 AM