Hey everyone,
I have the following scenario:
-A combobox with the option for multiple selections enabled. It contains names, but it's not a proper people picker
-A gallery where one item is a string in the form of "Name 1, Name 2, Name 3, Name 4...)
I need to filter my gallery in a way, that every selected item in the combobox is a part of that string.
If I only select one, I can simply use "cmb_Team.Selected.Name in ThisItem.Team" and it works. How could I manage to make it work with multiple names?
I was thinking of using ForAll, but couldn't make it work.
Any help would be greatly appreciated.