Good morning,
I'm hoping someone can help with this issue I'm running into.
I have an app that uses a SharePoint list as a backend data source. The main page of the app is a gallery. One of the fields in the gallery is a concatenated text field that concatenates 4 single line of text columns from the SharePoint List item.
For instance, the columns are "Animal 1", "Animal 2", "Animal 3", "Animal 4".
So for each list item it displays as:
Item 1 Dog, Cat, Bear, Ape
Item 2 Cat, Monkey, Dog, Squirrel
Item 3 Ape, Lion, Bear, Turtle
What I'd like to do is have a drop down of all the possible animals and when I select one or more animals, it filters the gallery to shows the items that have the selected animals. So for instance, if I select "Dog" then Item 1 and Item 2 displays in the gallery.
Is this possible? Please let me know if I need to better explain the scenario. Thanks!