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 / Help with labels in Ga...
Power Apps
Answered

Help with labels in Gallery screen to show mulitple DisplayName & choice column from List

(0) ShareShare
ReportReport
Posted on by 77

Hello,

 

In a recent app that I made, I was able to take a DisplayName from a Person or Group column in List and show it in a label with, ThisItem.'Staff Name'.DisplayName. In another app, I tried to do the same function, but wouldn't work. I suspect it's because the List that it's pulling data from, that Person or Group column is set to Allow multiple selections.

The other issue that I've got is to show in a gallery label the Status from the List column, which is configured as a Choice. Since the app is expecting Text, I'm getting errors for both labels. Any help would be greatly appreciated!

 

SP Errors.pngOwner configuration.pngStatus.png

Categories:
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    @JPeter

     

    请尝试:

     

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

     

    如果 Status 不允许多选,您可以尝试:

     

    ThisItem.Status.Value

     

    如果“状态”允许多个选择,您可以尝试:

     

    Concat(ThisItem.Status.Value,";")

     

     

    此致敬意

    范围

  • JPeter Profile Picture
    77 on at

    @v-bofeng-msft , thank you!

     

    Your first function worked perfectly. The second one on Status didn't work, but I figured out it's due to nomenclature. What worked was ThisItem.Status.Value. It was replacing the comma with the period that 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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard