Forum Discussion
John Condron
Feb 05, 2019Brass Contributor
SharePoint List And Flow - Multi-People Field
Hi, I want to run a flow that will add the current user to a People field set to allow multiple people. Even if I try just using the "UserField Claims" option, without trying to add my new user,...
Rob Ellis
Feb 05, 2019Bronze Contributor
it sounds like you may need to get the current value from the field and assign it to a variable, get the new person and add them to another variable, then join the two variables with a semicolon, and update the field with the output of the join.
Rob Ellis
Feb 05, 2019Bronze Contributor
also, this looks relevant - https://powerusers.microsoft.com/t5/Building-Flows/Flow-cannot-update-quot-multiple-people-or-group-quot-field/td-p/132466