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 / Perform search with co...
Power Apps
Unanswered

Perform search with combobox only when SearchText is more than X length without break delegation

(1) ShareShare
ReportReport
Posted on by 367

Hello, Expert,

 

Today I am working with large datasets (100K+ records) in my Dataverse table.

 

I want to display them in my combobox, The problem is it try to perform search instantly when user type just the first character and another query was send for every character. This result in unnecessary multiple query and the performance is bad (10-20s until getting result).

 

One thing I try to archive is limiting the app to perform search only when user input more than 3-5 char in combobox's search text. I tried with these method, all break the delegation, Power Apps tried to fetch EVERY record without filtering on Dataverse side resulting in missing record or even no record showed up.

 

Any suggestion is appreciated.

 

Code 1Code 1

Code 2Code 2

Code 3Code 3

 

MonitorMonitor

 

 

 

 

Categories:
  • iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    Your first problem is you should set your textInput to have the property DelayOutput=true as this will affect how soon the queries based on the text output are determined instead of doing the search immediately upon every keystroke

     

    Then if possible, also limit the scope of the query - is there any more filter conditions you can apply to the inner filter to reduce the number of rows returned?

     

     

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
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard