Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Multiple people picker values in FLOW

(0) ShareShare
ReportReport
Posted on by 5

Hello,

 

I am using GetItems to get from a SharePoint list, I have multiple people chosen in the 'Owner' field and would like to concatenate them into a single item.

 

I was able to build the flow with 2 Apply to Each loops one embedded in the other, the output shows each loop generating the desired value and I'm appending this to an array variable, however when calling the variable from a HTML table, it seems to combine all of them under the header, is there a workaround for this ?

 

Here's my flow:

 

Capture.PNG

Variable 2 is a String

Variable 1 is an Array

Compose has this:

 

concat(items('Apply_to_each_2')?['DisplayName'],';',variables('OwnerList'))
Thanks !
  • navyjax2 Profile Picture
    98 on at
    Re: Multiple people picker values in FLOW

    What is "value" in the first "Apply to each"?

  • Community Power Platform Member Profile Picture
    on at
    Re: Multiple people picker values in FLOW

    @v-bacao-msftyou are a Rockstar, thank you so much for sharing this solution!!!

  • TRISTAR Profile Picture
    5 on at
    Re: Multiple people picker values in FLOW

    Thanks much Barry, I had all the other pieces except the part where the Array had the specific column header and value updated.

     

    Your code worked like a charm, thanks a ton !!

  • Verified answer
    v-bacao-msft Profile Picture
    on at
    Re: Multiple people picker values in FLOW

    Hi @TRISTAR ,

     

    Could you give an example of the specific effect of HTML table you want?

     

    If you want to arrange the Display of everyone in Multiple people choices in a line with a semicolon, you could refer to the following method.

    • The basic structure is similar to yours, but I use String variable to store DisplayName of all the users in the current item.
    • Then use an array variable to append the field that need to be displayed in HTML Table.
    • The last step of Apply to each needs to clear String variable so that only DisplayName contained in the current item is retained in String variable.

     

    Image reference:32.PNG

     

    33.PNG

     

    34.PNGFlow run history:35.PNG

     

    Hope it helps.

     

    Best Regards,

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