web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Sharepoint Delegation ...
Power Apps
Answered

Sharepoint Delegation 4000 rows

(0) ShareShare
ReportReport
Posted on by 205

Good day to all!

 

I have a sharepoint list with around 3000 rows of employee data which I need to fetch for my application. Since the number of rows are guaranteed to not exceed 4000 rows, I would like to combine 2 collections into one and fetch data from there (using this method https://www.practicalpowerapps.com/delegation/power-apps-delegation-sharepoint/#Bigger). While my code does run, it is only able to fetch 2000 rows.  

 

With(
 {
 asc: Sort(
 'List of employees',
 EmployeeID
 ),
 desc: Sort(
 'List of employees',
 EmployeeID,
 SortOrder.Descending
 )
 },
 ClearCollect(
 employeeFullDetails,
 asc,
 Filter(
 desc,
 (!EmployeeID in asc.EmployeeID)
 )
 )
)

 

Any help would be much appreciated.

Categories:
I have the same question (0)
  • ANB Profile Picture
    7,250 Super User 2025 Season 2 on at

    Hi @ccqn , Please check this: https://www.matthewdevaney.com/create-power-apps-collections-over-2000-rows-with-these-4-tricks/

     

    This can help you to have collection which can be more than 2000 items.

     

    -----------------------------------------------------------------------------------------------------------------------------

    I hope this helps.

    Please click Accept as solution ✅ if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.👍

    Thanks,
    ANB


  • Verified answer
    WarrenBelz Profile Picture
    153,467 Most Valuable Professional on at

    @ccqn ,

    That is actually my site/blog - I think if you look closely at the bottom, you have made a small error (the process works as I just re-tested it). Also I suggest you use ID as it is unique.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

     

     

  • ccqn Profile Picture
    205 on at

    @WarrenBelz 

    Ahh... brackets.... Thanks, works now!

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 408

#2
WarrenBelz Profile Picture

WarrenBelz 382 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 328 Super User 2025 Season 2

Last 30 days Overall leaderboard