Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

ClearCollect not clearing the collection ??

(0) ShareShare
ReportReport
Posted on by 166

I have a table in Dataverse called "Document Masters' with 8 records.  I have an Alternate key set so that I do not get duplicates on Document Number.

 

In a Canvas App I have been using a collection - colGridData. I have a button with:

ClearCollect(colGridData, 'Document Masters');
Set(varX, CountRows(colGridData));

 

I link this to a Gallery.  When i run this, the gallery fills with close to 100 records.  varX =8.

 

I then ran the same code on a different collection name (colTest).  This time it works as expected, 8 rows in the Gallery and varX=8.

 

It seems like colGridData is picking up old records from somewhere.  I checked in the Monitor app, and it shows many Sort operations running when i use colGridData, but not when i use colTest.

 

Is there some way to re-initialize a collection ?

Regards

Dave

  • Verified answer
    Daved1 Profile Picture
    166 on at
    Re: ClearCollect not clearing the collection ??

    Issue was resolved.  Looks like i had a problem with my Data source.  I deleted the 'Document Masters' data source, then re-added it, and like magic everything works as expected now.  I recently moved this solution from my Default environment into a Dev environment, so this is probably reason why i had issues ...


    Regards

    Dave

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 - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 19

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 15 Super User 2025 Season 1

Overall leaderboard

Featured topics