Announcements
Hey everyone,
I have an App were the user searches a combo box for a model number which then displays the specifications of that model number to allow for a cross reference. I am going to have over 2000 model numbers to search through and since the model number is the only search parameter I can't use ClearCollect or Filters to overcome the 2000 limit. Is there another way around this
for a combo box?
@1234790
I suggest you create a collection for the combo box. Because there is a limit on 2000 rows per query, you can use multiple queries to retrieve data.
There is one more way by using Power Automate. Matthew Devany has a very detailed blog about it.
https://www.matthewdevaney.com/create-power-apps-collections-over-2000-rows-with-these-4-tricks/
Cheers!
Thanks for the reply, the blog has some interesting methods. What is the process for creating the collection for the combo box?
It doesn't have a specific process. You can filter your DataSource or add the whole data source into a collection.
ClearCollect(combo,Filter('Logbook Submissions','Action Taken'.Value = "Satisfactory"))
Here I am collecting my DataSource for rows that have Satisfactory choice selected in one of the columns.
I have set the Items property of the combo box to the above collection.
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 329 Most Valuable Professional
11manish 209 Super User 2026 Season 2
Mohsin Ali 179