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 / Drop down menu search ...
Power Apps
Unanswered

Drop down menu search option

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi all,

I've created a dental app with drop down menus of dental procedures such as fillings extractions, crowns and so on. There are over 100 proceudres. as the list gets longer, it is getting time consuming to scroll through all the options. Is there a way to add a search box or maybe modify the drop down menu where you can type the first 3 letters, like ext and extrations would come up?I've been trying to find a solution and have been unsuccessful so far.

The drop down is part of a gallery.

Thank you.

 

Categories:
I have the same question (0)
  • murali Profile Picture
    Microsoft Employee on at

    Yes, you should be able to do that.

     

    Create a text input control e.g. TextInput1

    Set Dropdown control's Items property to Search(DS, If(IsBlank(TextInput1.Text), "",TextInput1.Text), "The column you wish to search in")

     

    Where DS is the datasource that stores dental procedure info

     

    Hope this helps.

     

    Thanks

    Murali

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Murali,

    Thanks for your help.My drop down item is set at Criteria.Procedure.

    I changed it to the following:

    Search(Criteria,If(IsBlank(TextInput3.Text),'Procedure',TextInput3.Text) and keep getting an error message. How do I fix that?

    Thank you

  • murali Profile Picture
    Microsoft Employee on at

    The formula is incorrect.

     

    here is the right one assuming the datasource is "Criteria" and the column name is "Procedure"

    Search(Criteria, If(IsBlank(TextInput3.Text), "", TextInput3.Text), "Procedure")

     

    Murali

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    dropdown.jpg

    I tried the formula you provided and even though it works, it's not doing what i wanted it to. I think i wasn't clear as to what i'm trying to do. Attached is an image of my app. The drop down in top left contains a list of 100 procedures. once the procedure is picked, it populates into the gallery as shown in column 2 and 3. when Amalgam is picked, text boxes populate as shown. What I was tryig to do was replace the drop down menu with a textinput box where instead of scrolling through 100 procedures, I can type the first few letters of the procedure that would pop up and populate the gallery as shown above. The formula that was provided allows me to input the proceudre into the textinput box and populates the dropdown menu with criteria1 which is textbox 1 right underneath textinput box labeled site.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Any solutions for any of this?

  • hpkeong Profile Picture
    2,944 on at

    Hi

     

    Allowed me to share to use:

    - ListBox

    - Visible

     

    Please see the attached.

     

    Screenshot (105).png

     

     

    Hope this helps.Have a nice day

     

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 379 Most Valuable Professional

#2
11manish Profile Picture

11manish 203 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard