Hey everyone,
I have a gallery with 7 fields in it. I want to be able to filter it by the 7 fields. One of the fields is a dropdown, and the others are all text inputs. I will be adding an 8th field soon(it will be a checkbox).
Also, I want it to be that when the fields are blank, it still filters the gallery but by a wildcard. That wildcard will mean "anything". My first thought was using an If statement.
Ex: If('Input-TypeOfChange.Text' in Title, StartsWith(Title, 'Input-TypeOfChange.Text') . . . The ellipses at the end is because I didn't finish it. (I know this formula is all wrong, but just bear with me)
My question: How can I create a way to filter my gallery in the easiest, and most simplest, way possible.
Thanks guys.