I have a Gallery and a Dropdown set up as the Filter for the Gallery. If the user doesn't select anything from the Dropdown, no Filter will be applied to the Gallery whatsoever. But, the Gallery Items completely disappear when the user enters this screen. For some reason, they are required to select a filter from the dropdown, and then back to the default choice if they want to see the entire unfiltered gallery.
I'm currently using an SP list as data source. The formula I'm using to filter the gallery is the following:
Filter(Projects,Or(Filtros=Dropdown1.Selected.Value,Region=Dropdown1.Selected.Value))
And I have created an extra column on my SP list called "Filtros" which has the same value for every single item on the list.
I had already been able to make this work on another app, and with multiple filters, but on the one I'm currently working on is being really stubborn.

Report
All responses (
Answers (