Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Governance and Administ...
Unanswered

Power Apps ClearCollection not working

(0) ShareShare
ReportReport
Posted on by 2

Hi everyone

 

I created a MS List using Excel as datasource. There is a column called "IDPart" as numeric. The IDPart is an ID for each row. I indexed the column IDPart. When I use Power Apps and try to collect more than 2000 items it doesnt work, even if I tried to get the first 200 items. 

 

I use 

 

ClearCollect(Data, Filter(MSList, IDPart < 200)) 

 

 

It shows 2000 items, when I use 

 

ClearCollect(Data, Filter(MSList, IDPart < 2000),

Filter(MSList, IDPart >=2000 && IDPart < 4000) 

Categories:
  • v-jefferni Profile Picture
    on at
    Re: Power Apps ClearCollection not working

    Hi @LuidDatide ,

     

    Could you please explain the situation more specifically? What's the data row limit setting in App studio? Please make sure it's set to 2000.

     

    Besides, to collect items from Excel table into a collection, please use below method:

    Concurrent(
     ClearCollect(Data1,Filter(MSList, IDPart < 2000)),
     ClearCollect(Data2,Filter(MSList, IDPart >=2000 && IDPart < 4000))
    );
    ClearCollect(Data, Data1, Data2)

     

    Best regards,

     

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Power Apps Governance and Administering

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 11 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 9

#3
bscarlavai33 Profile Picture

bscarlavai33 5 Super User 2025 Season 1

Overall leaderboard

Featured topics