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 / Concurrent not passing...
Power Apps
Answered

Concurrent not passing thrue the first formula

(2) ShareShare
ReportReport
Posted on by 159
Hello I have a large library into sharepoint 12368 lines.
I can't understand why my concurrent do not pass the first formula.
I created a false sharepoint list with 15268 entries but it only take the first 1999 into the forts collection and nothing into the others .
Do you have clues please? For your information I'm French and the "," is replaced by ";" ;) 
Concurrent(
    Collect(collection1;Filter(test15000lignes;ID<=2000));  
    Collect(collection2;Filter(test15000lignes;ID>=2001 && ID<= 4000)); 
    Collect(collection3;Filter(test15000lignes;ID>=4001 && ID<=6000)); 
    Collect(collection4;Filter(test15000lignes;ID>=6001 && ID<=8000));
    Collect(collection5;Filter(test15000lignes;ID>=8001 && ID<=10000));
    Collect(collection6;Filter(test15000lignes;ID>=10001 && ID<=12000));
    Collect(collection7;Filter(test15000lignes;ID>=12001 && ID<=14000));
    Collect(collection8;Filter(test15000lignes;ID>=14001 && ID<=16000));
    Collect(collection9;Filter(test15000lignes;ID>=16001 && ID<=18000));
    Collect(collection10;Filter(test15000lignes;ID>=18001 && ID<=20000))
);;
Thank you for your help
Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    156,458 Most Valuable Professional on at
    Concurrent() is not the issue - the ID field in SharePoint is only Delegable for the Equals = operator - SharePoint will not accept Delegation for Greater than > or Less than < . The only way you can make a big collection like that is to have an additional unique sequential numeric field, which would generally contain the ID (it is the Row_Id field in the article you referenced). This can be populated when the file is created using Power Automate and existing records would need to be back-populated.
    I have a blog on the collection process of all records, but also bear in mind that the 2,000 item limit is there for a good reason related to performance. I have found that much more than double (4k) shows significant performance impediment and I believe 20k would be glacial and possibly unusable.
     
    Please click Does this answer your question 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 a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee
  • Cyril06 Profile Picture
    159 on at
    Hello Warren and thank you for your reply.
    You are right the ID is only Delegable for = , I found it just after I posted but I couldn't find my post to retrieve it.
    May be it will help someone else.
     
    Thank you again have a nice day.
     
     

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