web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Display people picker ...
Power Apps
Answered

Display people picker filed that allows multiple selection in a PowerApps galley

(0) ShareShare
ReportReport
Posted on by 309

I have a gallery that displays summarized info of a list item, one of the fields is a people picker that allows multiple selections. How do I set that up? the text control expects text but thisItem.AssignedTo.DisplayName returns an array.  Also tried Concat(ThisItem.  ... I am getting "This formula uses scope, which is not presently supported for evaluation." 

 

@WarrenBelz @Drrickryp @iAm_ManCat 

Categories:
I have the same question (0)
  • Verified answer
    BCBuizer Profile Picture
    22,833 Super User 2026 Season 1 on at

    Hi @Yemata ,

     

    One way to do this is indeed with a text label control. The complete formula for that is:

    Concat(
     ThisItem.PersonColumnName,
     DisplayName,
     "; "
    )

    In the above you need to change PersonColumnName with the name of the person column in your data source. Also you can substitute DisplayName with Email in case you want to display another property.

     

    When previewing this you will indeed get the warning you mentioned, but you can ignore that and see if the gallery is displaying the correct information.

  • DaynaBee Profile Picture
    309 on at

    @BCBuizer  Thank you so much. It worked. 

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard