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 / Combo Box Confusion
Power Apps
Answered

Combo Box Confusion

(0) ShareShare
ReportReport
Posted on by 765 Super User 2024 Season 1

I have a Combobox.  The Items Property of the Combobox is as follows:

Filter('Teams', drpEventType.Selected.'Name (Title)' in 'Event Type'.Value )

This works well, it filters the data from the Teams list based on the selection in another dropdown. The user can select from the available Teams. Were it breaks is when I set IsSearchable to true.  I enter a search string and nothing happens.  No items are found/displayed for seletion.  I set the SearchFields property to the same property that the dropdown is displaying, in this case ["Title"].  Is there something else I need to do? Am I doing something wrong?

 

Thanks.

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

    @sperry1625 

    Is your 'Event Type' Column a multi-select column?  I assume so as the search (with a filter like that) will not work properly.

  • sperry1625 Profile Picture
    765 Super User 2024 Season 1 on at

    @RandyHayes 

     

    Yes it is. I have resorted to creating a collection in the OnChange for the Event Type dropdown and setting the Items property of the Teams drop down to the collection.

     

    The only thing I need to do now is clear the selection from the Combo Box when the event type changes. That isn't as simple as I thought it would be.  But making progress.  Is this the best solution, or is there a way to get it to work without the collection?

     

    Thanks.

     

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @sperry1625 

    You don't need collections or Change actions for this. It will work with the correct formula.  But you really need to do it from the Dropdown.

    What is the Items property of drpEventType?

     

  • sperry1625 Profile Picture
    765 Super User 2024 Season 1 on at

    @RandyHayes 

     

    Items = 'Event Types'.  It is just the list name.

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @sperry1625 

    Here is what I would do:

    1) Change the Items property of the drpEventTypes to the following:

    AddColumns(
     'Event Types',
     "recs", Filter('Teams', 'Name (Title)' in 'Event Type'.Value )
    )

    2) Change the  Items property of your ComboBox to drpEventTypes.Selected.recs

    3) To force a reset of any "search" text entered.  Set the OnChange action of the drpEventTypes to : Reset(yourCombobox)

     

    That should give you the functionality you want.

  • sperry1625 Profile Picture
    765 Super User 2024 Season 1 on at

    That solution did not work.  The column was added to the Event Types drop down but it was empty. Is that Filter correct? The In the Teams table, the Event Type column is a Multi select Lookup Column.

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @sperry1625 

    The solution works well, so there must be an issue with the filter as you suggest.

    My assumption was that you had a Multi-Select Choice column in your List.  You are now stating that it is actually a LookUp column?

    Please verify.

  • sperry1625 Profile Picture
    765 Super User 2024 Season 1 on at

    Yes. The Event Type column in the Teams list is a Multi valued Lookup column.  The lookup list is the Event Types list.

  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @sperry1625 

    Yes, to verify I just gave it a test - all works fine with this formula:

    AddColumns(
     'Event Types',
     "recs", Filter(Teams, 'Name (Title)' in 'Event Type'.Value )
    )

    So, let's review. 

    1) In the Teams list, you have a Lookup column that is Multi-Select and is a Lookup to the Event Types list?

    2) In the SharePoint definition of that column, you are using the Value to connect as 'Name (Title)'?

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 846

#2
Valantis Profile Picture

Valantis 532

#3
Haque Profile Picture

Haque 410

Last 30 days Overall leaderboard