Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - General Discussion
Unanswered

update SharePoint people picker with multiple selection

(0) ShareShare
ReportReport
Posted on by 77

 

Dear All,

 

I have a SharePoint list that includes some records and I have another list users add items in it and power automate workflow Get Items and check equal the dropdown value then update people picker field emails it works with one email but once i add multaple emails it gives me this below message and nothing happen

 

 

 

 

 

 

Capture.PNGCapture1.PNGCapture2.PNGCapture4.PNG

Categories:
  • 46EMILY Profile Picture
    23 on at
    Re: update SharePoint people picker with multiple selection

    This was soooo helpful. Thank you 🙂

  • Nicole0117 Profile Picture
    21 on at
    Re: update SharePoint people picker with multiple selection

    Hello @vivekpande18 

    Where do you place the below formula,

    [
     {
      "Claims": "User Claim1"
     },
     {
      "Claims": "User Claim2"
     }
    ]

    and also, 

    when you create the 'Apply to Each' function, when selecting the 'output' at the top what value did you use? 

     

    Thank you for any help! 

    @Nicole0117 

  • vivekpande18 Profile Picture
    894 Super User 2024 Season 1 on at
    Re: update SharePoint people picker with multiple selection

    Hi @MohamedMo ,

     

    If you want to update multiple values in the person field, you should provide users #Claim. Like below

     

    [
     {
      "Claims": "User Claim1"
     },
     {
      "Claims": "User Claim2"
     }
    ]

     

    I have two lists in my case  List 1 & List 2

    List 2

    vivekpande18_0-1653541914046.png

    I want to update the users from Person field in List 2 to List 1 Person field.

    List 1

    vivekpande18_1-1653542022070.png

     

    Flow Steps:

    1- Get Items from List 2 & initialize variable

    vivekpande18_2-1653542101032.png

    Above variable will hold the value of users to update in another list. It should be array type.

     

    2- Build the users Claim

    vivekpande18_3-1653542198244.png

     Select 

    From : select the multi value person field from dynamic content

    Map : Calims | Select the person claim from dynamic content

     

    Variable

    Set the variable value with the Output of the Select action.

     

    3- Update 

     

    vivekpande18_4-1653542425208.png

    Update the set variable.

     

    Output:

    vivekpande18_5-1653542541492.png

     

     

    Thanks

    Vivek Pande

    If this post helps answer your question, please "Accept as Solution" to help others find it more quickly.

    If you thought this post was helpful, please give it a Thumbs Up.

     

    Subscribe my YouTube channel to get more interesting content on Power Automate.

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1