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 / ComboBox mutiple-searc...
Power Apps
Answered

ComboBox mutiple-search not working

(0) ShareShare
ReportReport
Posted on by 51

So I have a combobox which has country name inside it which I am using to filter my Gallery items. This is the query I have used

 

 Filter('Travel Request', 
 IsBlank(ComboBox_2.SelectedItems.Value)|| IsEmpty(ComboBox_2.SelectedItems) || 
 CountryofTravel.Value = ComboBox_2.Selected.Value
 )

 

Travel Request is my Table, and CountryofTravel is the CHOICE column which i am filtering with.

Problem is when I select 2 countries in my combobox , it only shows the items corresponding to the latest country.

YES I do have allow multiple selections on .

How do I Resolve this?

Categories:
I have the same question (0)
  • VishalJhaveri Profile Picture
    1,169 Moderator on at

    Master CRUD Operations in Power Apps : Part 4 (inkeysolutions.com)

    Refer this master blog of Patching combo-boxes to achieve your requirement.

  • Verified answer
    mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @zerow08 

     

    can you try this:

    Filter(
     'Travel Request',
     IsBlank(ComboBox_2.SelectedItems.Value) || IsEmpty(ComboBox_2.SelectedItems) || 
     CountryofTravel.Value in ComboBox_2.SelectedItems.Value
    )
    

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

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 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard