Announcements
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
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.
@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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 325 Most Valuable Professional
11manish 165
MS.Ragavendar 88 Super User 2026 Season 1