Hi guys
I'm not even sure if this is possible, but here goes.
I have a dataverse table which has a text column, that text column contains a string with multiple values.
For example "a, b, c, d". Then I populate a dropdown with the distinct values of that column.
Now I want to filter my gallery based on the multiple selected items.
So if I have 3 rows;
1. a, d, c
2. a, c
3. a, b, c, d
If I select a I want it to return all the values, if I select a, d I want it to return row 1 and 2 and so on.
Is there a way to do this?