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 / Dropdown list needs fi...
Power Apps
Answered

Dropdown list needs filtering

(0) ShareShare
ReportReport
Posted on by 377

Hi there

I have a list of schools and I wish to select one on a student form.  This is on a customized form in powerapps.  What filter methods will work if I wish to start typing the school name in search box first?  I have tried this without success.

Filter(SCHOOLS, StartsWith(Title,SchoolSearchBox.Text, "Title"))

 

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    155,344 Most Valuable Professional on at

    Hi @StuCundy ,

    Firstly make the Default of your Search Text box "" (two quotes).

    Other than that you were pretty close (I assume this is a gallery) for the Items property

    Filter(
     SCHOOLS,
     StartsWith(
     Title,
     SchoolSearchBox.Text
     )
    )

     

    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.

  • eka24 Profile Picture
    20,925 on at

    One approach is to use a combobox, that allows you to search. So on the Items of the Combobox put the Datasource: SCHOOLS.Title

     

    If you want to filter a Gallery that is linked to the Dropdown or Combobox, you try:

    Filter(Schools,Title=Combobox1.Selected.Title)

     

    If you want whatever you select to Appear on a form, then:
    On the Form Item put: Gallery1.Selected

    Then on the Gallery1 put: Schools

    So whatever you select in the Gallery appears on the form

     

     

    A screenshot will help it it still does not work

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

     

  • StuCundy Profile Picture
    377 on at

    Hi @WarrenBelz and @eka24 

    Thank you for your suggestions.  I will try them all.  This dropdown is in a customized form direct from a Sharepoint list.  In powerapps but not an App.  does that change things?

  • WarrenBelz Profile Picture
    155,344 Most Valuable Professional on at

    Hi @StuCundy ,

    I am assuming you are going to put a gallery on this from anther list?

    If so - it does not matter it is a SharePoint generated form

  • StuCundy Profile Picture
    377 on at

    hi @WarrenBelz 

    no plan to put in a gallery.... i just replaced the input with a dropdown and took the title of the other list as a parent relationship.  Will I create issues by doing this?

  • WarrenBelz Profile Picture
    155,344 Most Valuable Professional on at

    OK @StuCundy ,

    I seem to have the wrong track here - are you simply wanting to see the search items in the combo box when the user starts typing? Simply turn on "Allow Searching" in the settings. You will need a combo box for this if you currently have a drop-down.

    ComboSearching.png

     

     

     

     

     

     

     

     

     

     

     

     

    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.

     

  • StuCundy Profile Picture
    377 on at

    @WarrenBelz 

    Because there are so many schools I only get some of the list in the dropdown.  A school starting with T doesn't appear, I guess to do the fact that powerapps only gets the first 500 items.  So I thought if I have a way to set the letter to start the search then I will be able to select my target.

  • eka24 Profile Picture
    20,925 on at

    If there are repetitions in the school names, you could use distinct:
    Distinct(Schools,Title)

    This will ensure one school at a time.

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • WarrenBelz Profile Picture
    155,344 Most Valuable Professional on at

    Thanks @StuCundy ,

    Go into your App Settings > Advanced Settings and increase the limit to 2000. It should pick up to this limit.

     

    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.

  • StuCundy Profile Picture
    377 on at

    @eka24 

    no repeating names but i could filter by type, with a dropdown i guess. i.e. secondary schools

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 883

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 477

Last 30 days Overall leaderboard