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 / how to set up multicho...
Power Apps
Unanswered

how to set up multichoice people combobox filter in browse gallery

(0) ShareShare
ReportReport
Posted on by 202

I looked everywhere and cant find the solution. 

 

I have a people column and ticked the box it to allow for multiple selections. I added a combobox filter in gallery, but cant work it out -  how to make it work. I have tried concat, split and nothing 😞 Lets say the name of the column is "Leaders name" and the list name is "Records". 

 

Any help will be very much appreciated. I already wasted 2 days on it 😞

 

Is it actually possible

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,534 Most Valuable Professional on at

    Hi @batmanMon ,

    I am assuming here that you want to search users in your AD with this box. Firstly, the Items of the Combo Box

    Office365Users.SearchUser({SearchTerm: Self.SearchText})

    Also ensure you edit the box with Primary and Secondary Text DisplayName and Mail
    Now it gets a bit messy as things that in theory should work, but do not, so DefaultSelectedItems

    ForAll(
     ThisItem.Leaders As _Name,
     {
     Claims: "i:0#.f|membership|" & Lower(_Name.Email),
     DisplayName: _Name.DisplayName,
     Mail: _Name.Email,
     Department: _Name.Department,
     JobTitle: _Name.JobTitle,
     Picture: _Name.Picture
     }
    )

    and the Update of the Data Card

    ForAll(
     YourComboBox.SelectedItems As _Name,
     {
     Claims: "i:0#.f|membership|" & Lower(_Name.Mail),
     DisplayName: _Name.DisplayName,
     Email: _Name.Mail,
     Department: _Name.Department,
     JobTitle: _Name.JobTitle,
     Picture: _Name.Picture
     }
    )

    Note the swapping of Mail and Email as the Search in the Items changes this.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 525 Most Valuable Professional

#2
Haque Profile Picture

Haque 273

#3
Kalathiya Profile Picture

Kalathiya 232 Super User 2026 Season 1

Last 30 days Overall leaderboard