Hello All,
I have a form with multiple dropdown choices, "Form1".
The drop downs are named DataCardValue1,2,3,4 etc.
I need those drop downs which exist within that form to filter a gallery, "Gallery1".
If all 4 drop values match a row in the Gallery then only that row's value should be shown in the gallery.
If all 4 drop down values do not match, or any number of the drop downs have not yet been selected then the gallery should remain blank.
So only once all 4 values have been matched should the gallery display anything.
I'm really stuck on what the arguments should be to make this happen. I've tried If functions and Filter funcitions but i'm not getting anywhere.
How should I approach this? Any help would be appreciated.
Thanks in advance.