
Hi,
I have an approvals flow that collects the responders DisplayName on acceptance and inputs that into a multiple select people picker column in a sharepoint list. I am running into an issue where the column is overwritten with the new name rather than adding it to the list. I have tried arrays but can't quite figure it out.
Hi , @JSeymour
What's the data you pass to the SHarePoint Multi-Select People Picker?
You need to pass this:
[{"Claims":"xxxxxxxxx"},{"Claims":"xxxxxxxxx"}]
For how to get this array , you can refer to this case:
Solved: Update a person field in sharePoint with multiple ... - Power Platform Community (microsoft.com)
Best Regards,
Yueyun Zhang