Hi Team,
how to refresh collection in PowerApps
we are actually updating a List record using the Patch function, after updating that need to refresh to see the changes in the gallery to that how can we refresh Collection.
we can refresh the SP list but not PowerApp Collection.
Is there any way to reload or refresh the collection?
What is a PCF?
You could also use a PCF in your canvas app to force a refresh every time it is appropriate so users never need to manually hit a refresh button. PCFs receive an updateView event every time their bound data gets updated (including datasets) so they can force refreshes of their content. You could make a PCF that has no UI at all, and just exists to wait for updateView and then push an Output data update to the hosting Canvas App to tell it to refresh.
Hi @Anonymous ,
If you only want to "refresh" the collection, you can add a button, copy the original formula that create that collection and paste OnSelect of the button. In Power Apps Canvas apps, refreshing a collection means to create the collection again.
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Michael E. Gernaey
6
Super User 2025 Season 1
ronaldwalcott
4
MS.Ragavendar
4