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 / Unable to pull more th...
Power Apps
Answered

Unable to pull more than 2000 rows from Sharepoint by creating Collections

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi,

Need help on Delegation problem!

 I am able to pull 2000 rows into col1 by creating collections, from 2001 its not storing any rows in my 2 collection called col2. Please find the below formula:

 

Concurrent(

    ClearCollect(

        col1,

        Filter(

            Glossary,

            ID >= 1 &&   ID <= 2000

        )

    ),

    ClearCollect(

        col2,

        Filter(

            Glossary,

              ID >= 2001 &&   ID <=3000

        )

    )

);

ClearCollect(

    colCombined,

    col1,

    col2

);

 

in the above formula when I Give TermID instead of ID, then it's not even recognizing the Column name

 

(or)

 

 I tried in another way as well:

 

ClearCollect(colCombined,Filter(Glossary, TermID <=2000),Filter(Glossary, TermID > 2000 && ID <=4000))

 

Both formulas not Working, i think its not recognizing TermID which i created at SharePoint by referring SharePoint ID Column(which is already build in)

 

Very much appreciated for the solution. Thanks!

Categories:
I have the same question (0)
  • Verified answer
    zmansuri Profile Picture
    6,048 Super User 2024 Season 1 on at

    a.png

     

    The SharePoint ID column is only delegable with = operator. You are using greater than the operator. You can use Power Automate to replicate your Id column in the custom-created number column like 'itemID'. Then use the same code and it will work.

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
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard