Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Unanswered

Can't ClearCollect Dataverse table

(0) ShareShare
ReportReport
Posted on by

Hi, I'm trying to ClearCollect a Dataverse table and while in studio it's working when you play the published canvas app nothing comes through. Very simple formula to just collect the whole table, it only has a handful of records as still in development stage and it shows nothing, however if I Filter directly on the table and display it in a gallery for example, the records do show. Anyone else had anything like this before?

 

Tried a monitoring session which shows that rows are returned and no errors.

Categories:
  • BCLS776 Profile Picture
    8,988 Super User 2025 Season 1 on at
    Re: Can't ClearCollect Dataverse table

    Two things to keep in mind:

    • Any operation like a ClearCollect() will grab at most the number of rows equivalent to the app's row limit unless you take extra steps to make several queries
    • Explicit column selection is turned on for apps by default, and with this the Power Apps Service provides only the columns that are needed in the current context. The service may not recognize you need additional columns, so wrap the Filter() or table name with a ShowColumns() function and specify all of the column names you need in your collection

    Hope that helps,

    Bryan

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