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

Community site session details

Session Id : uelAMitc5n5jbtQYDB+K0b
Power Apps - Power Apps Governance and Administ...
Unanswered

Power Apps ClearCollection not working

Like (0) ShareShare
ReportReport
Posted on 1 May 2024 01:58:08 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:
I have the same question (0)
  • v-jefferni Profile Picture
    on 02 May 2024 at 03:11:34
    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Tom Macfarlan – Community Spotlight

We are honored to recognize Tom Macfarlan as our Community Spotlight for October…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 885 Most Valuable Professional

#2
developerAJ Profile Picture

developerAJ 571

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 352 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics