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 / Issue with DisplayName...
Power Apps
Answered

Issue with DisplayName table in collection.

(0) ShareShare
ReportReport
Posted on by 48

Hello beautiful Community.

I have a SharePoint List called "Meetings". There, I have a column (person/people type) called "PeopleInvolved".
I am trying to collect (collection Name: "Expected" the PeopleInvolved column per DisplayName in order to implement a text field that can be used as search. 
However, all I am getting is a table, in which in no way possible I can split, display, edit or anything.
The expected here is to be able to search via a text box, one or more display names that participated in the meeting.
And then, in my gallery, if you type either "James" or "Johnson" or "Doe" or "User" it should bring you this meeting (ID of the meeting is "2"). 
Any help, will be super appreciated!

Here is a screenshot below: 
ExpectedCol.png

ExpectedCol.png
Categories:
I have the same question (0)
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @SmoothOperator 

    Since you seem to be aimed at using the display name for search and it appears that your Person column is a multi-person column, I would suggest the following:

     

    Let's say you have a TextInput control named txtSearchName.

    Set the Gallery Items property to the following:

    DropColumns(
     Search(
     AddColumns(Meetings,
     "searchColumn", Concat(PeopleInvolved, DisplayName & ";")
     ),
     txtSearchName.Text,
     "searchColumn"
     ),
     "searchColumn"
    )

    This should filter your Gallery as desired.  No collections needed.

     

    I hope this is helpful for you. 

  • SmoothOperator Profile Picture
    48 on at

    Thank you very much @RandyHayes ! 😁

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 610

#2
Haque Profile Picture

Haque 317

#3
WarrenBelz Profile Picture

WarrenBelz 315 Most Valuable Professional

Last 30 days Overall leaderboard