Hello,
I'm trying to reproduce the famous canvas apps "Editable Table (grid) using Gallery in Dataverse for Teams". The one where you're previously collecting user changes made to the grid into a Change collection, and then patch the data source all once with the UdpatesCollection. (cf Reza Dorrani vid Power Apps Editable Table using Gallery in Dataverse for Teams @32:54 mn.)
In my context the gallery that feeds the grid is also filtered.
So the issue I'm having, every time I fetch a new gallery with a new filtering, it generates unwanted changes events that add up into UpdatesCollection.
So, before fetching the gallery I'd like to put a "Clear (CollectionUpdates). ". A perfect place/time, would be in the parent Gallery property "On select".
But it has no effect, ... I set a notification at Gallery OnSelect: "Notify("Yes Passed there",NotificationType.Information)
;Clear(colPlotUpdates)". It never goes through "OnSelect".
I didn't find any documentation on this property neither.
Any idea or workaround ... would be highly appreciated
Kind regards

Report
All responses (
Answers (