
Announcements
Hai Experts
In my Canvas App, i'm using multiple Combo boxes to filter a gallery. My Data source is a SharePoint (800 Items).
I Have used a Reset Icon by Setting A Variable
Set(VarReset,true);
Set(VarReset,false);
These variable i set to Reset property of All Combo boxes.
My problem is :
After applying a Filter my Gallery gives me the Appropriate result but when i click on reset button my gallery will be blank suddenly it takes quite a long time to display items.
why this Time Delay to me any Help ?
Thank you.
When you reset the filters, Power Apps will send a query to SharePoint to get all of the items that match your new query (with no filters), so there is expected to be a delay when working directly with the datasource.
You could try working with collectionn to improve the speed, then patch the datasource from the modified items in the collection