I can filter my gallery when I select a dropdown (ddCategory) and I can see the items based on the category selects.
Filter(Customers, Category.Value=ddCategory.Selected.Value)
I have also set a variable called filterQuery to equal ddCategory.Selected.Value and used this instead
I created a button to reset the Gallery to show me all the items.
However, I do now know how to reset the gallery to allow me to see all the items. I would have thought that onSelect I can just call the Gallery.ShowAll or something like this.
Any help will be great. Thanks.