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 / Cannot show more than ...
Power Apps
Unanswered

Cannot show more than 2000 records/items to combo box

(0) ShareShare
ReportReport
Posted on by 36

Hi

 

Cannot show more than 2000 records/items to combo box is this the hard limit in PowerApps?

 

Thanks!

Categories:
I have the same question (0)
  • KvB1 Profile Picture
    1,596 on at

    The hard limit is that PowerApps can only retrieve 2000 records from a datasource in a single query.

     

    You can work around this by using filters or retrieving in batches

  • johnryanrobles Profile Picture
    36 on at

    Thanks Kv1,

     

    Filter is not option because the requirement is to retrieve all unique records of specific field let's say comments field which all might not be unique and records might increase from 20k+ above daily. We are using SharePoint as datasource.   

  • KvB1 Profile Picture
    1,596 on at

    Your datasource is a sharepoint list that might receive more than 20k new entries on a daily basis?

    Why would you want to create a combobox with so many items?

  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @johnryanrobles,

    Do you want to display more than 2000 items within the Combo Box?

    I have a test and the situation is confirmed on my side.

    Generally, the Combo Box could display more than 2000 items using the Collect() function.

    ForAll(
     Sequence(2001),
     Collect(colMax, Value)
    )

    I create a collection containing 20001 items using the above formula, and the Combo Box could display all of them:

    vqiaqimsft_0-1627379390741.png

    So as an alternative solution, you could consider using the Collect() function to store all the comments field items in a collection. Then display the collection within the Combo Box.

    Hope it could help.

     

  • johnryanrobles Profile Picture
    36 on at

    Have you tried connecting to actual datasource/sharepoint list with more that 2000 records? i tried it on my end and it only displayed up to 2000 only.

  • johnryanrobles Profile Picture
    36 on at

    We are replicating filter option in Smartsheet where it has if one of/is not one of filter criteria wherein when you clicked specific field and is one of/is not one of filter it will display all the unique data of that field.

     

    selected Capture.PNG

  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @johnryanrobles,

    Since I have known your scenario, so I suggest using the Collect() function to store all the comments field items in a collection. Then display the collection within the Combo Box.

    I have mentioned it in my previously reply, please check it.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi all,

    Is this a question of displaying 2000 records, or reading 2000 records?

     

    My team is trying to read a data table that has timeline (weeks) set in columns, so for one Record the data table show 30 rows, being 30 weeks for one given records.

     

    thank you,

    Jorge

     

  • DA-01102102-0 Profile Picture
    on at

    Did you find a way to map this to data yet? Sequence creates a new collection of numbers (up to 50,000); on its own, it isn't connected to data. Could be interesting.

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 342 Most Valuable Professional

#2
11manish Profile Picture

11manish 234

#3
Valantis Profile Picture

Valantis 187

Last 30 days Overall leaderboard