
Announcements
I have a list of User names in an array and I want to copy them to a multi user field on a Sharepoint list. I can't figure out how I can append the array of into that field on the sharepeoint list. Can anyone assist?
Hi @DanTech ,
Here is an example for updating a multi-select person column using an array of usernames:
The Output of the Select action is:
[
{
"Claims": "AdamV@dev365.com"
},
{
"Claims": "AlexW@dev365.com"
},
{
"Claims": "LidiaH@dev365.onmicrosoft.com"
}
]
See also: 🚹SharePoint People Column : Updating and Patching in Power Automate and Power Apps
Ellis
____________________________________
If I have answered your question, please mark the post as ☑️ Solved.
If you like my response, please give it a Thumbs Up.
My Blog Site | Twitter | LinkedIn