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 / SharePoint List item L...
Power Apps
Answered

SharePoint List item Limit of 2000...What do I do?

(0) ShareShare
ReportReport
Posted on by 184

I have crated a production app that is being used on a daily basis.  Today I ran into a problem where the search function wouldn't pull over what they were searching for.  Turns out there's a 500 item limit for queries.  I upped it to 2000, but that will only be a very limited fix.  I need a permanent one.  What can I put our data into that will not give us a limit and still be able to use it with a PowerApp?

Categories:
I have the same question (0)
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Salamander94 

    PowerApps is limited to a maximum record count of 2000 for all datasources.

    Options are:

    1) Narrow first - If you can narrow your records, you can then search over that.  This means that you can perform a narrowing filter with delegable criteria first and then perform your search over that list.

        ex.  Search(Filter(yourList, delegableCriteria), yourText, yourColumns)

     

    2) Pull all the records from your datasource - this one is painful and performance impacting, but you can initially pull all of the records of your datasource through a series of delegable criteria into a collection and then use the collection as  your datasource in your app to search over.

     

    Personally, I rely on #1 the most.

     

    I hope this is helpful for you.

  • Salamander94 Profile Picture
    184 on at

    Okay, so that is working.  I am curious though, is there something wrong with my code here:

    Filter(REM_Wood_Inventory,Title=TextInputSearch_1.Text && Quantity>0 && cantboardfeetoriginal>=0)

    Because, for example, if I search "tes" nothing appears.  When I search "test" I see my test entry appear.

    Capture.PNG

  • rebeccas Profile Picture
    2,591 on at

    For Search you use the = but for Filter you will use in so 

     

    Filter(REM_Wood_Inventory,Title in TextInputSearch_1.Text && Quantity>0 && cantboardfeetoriginal>=0)

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 494

#2
WarrenBelz Profile Picture

WarrenBelz 352 Most Valuable Professional

#3
11manish Profile Picture

11manish 323

Last 30 days Overall leaderboard