Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building 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
  • Cyril06 Profile Picture
    159 on at
    Concurrent not passing thrue the first formula
    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.
     
     
  • Verified answer
    WarrenBelz Profile Picture
    146,524 Most Valuable Professional on at
    Concurrent not passing thrue the first formula
    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

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard