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 make the search...
Power Apps
Answered

How to make the search functionality, of a combo box, find matches starting with a first letter match and not any match?

(0) ShareShare
ReportReport
Posted on by 831 Moderator

Not sure if my question is worded correctly but I would like to get the combo box to search/filter matching the first letter I type with the first letter of the items in the combo box. For example, if I type "F", I want the combo box to be filtered to show 'Fish', 'Forks', 'Fountain' etc and not 'Fish', 'Forks', 'Fountain' plus 'Effort', 'Stuff', etc.. I just want the words that start with "F". Is there way to do this?

Categories:
I have the same question (0)
  • Verified answer
    SBax Profile Picture
    1,348 on at

    I think you could achieve this using startswith

     

    https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-startswith

     

    Combine this with filter and it should give you what you need

     

    Filter(data source, startswith(self.searchtext)) in the items property of your combo box 

  • Verified answer
    futr_vision Profile Picture
    831 Moderator on at

    Thanks. This works with a little tweak. I needed to add in the column name.

     

    Filter(DataSource, StartsWith(ColumnName, Self.SearchText))

     

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 474

#1
Valantis Profile Picture

Valantis 474

#3
WarrenBelz Profile Picture

WarrenBelz 375 Most Valuable Professional

Last 30 days Overall leaderboard