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

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Power Apps ClearCollec...
Power Apps
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) 

I have the same question (0)
  • v-jefferni Profile Picture
    Microsoft Employee on at

    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 211 Super User 2026 Season 1

#3
VASANTH KUMAR BALMADI Profile Picture

VASANTH KUMAR BALMADI 195

Last 30 days Overall leaderboard