Hi,
I currently have a Multidropdown sourcing the choices through another table’s list (titled Tags).
I am then creating a repeating group by filtering in the values selected in my multidropdown.
Table composition is as follows:
Item A: Tag Value 1, Tag Value 2
Item B: Tab Value 1
Unfortunately my results are not displaying correctly: if I select Tag Value 1 AND Tag Value 2, nothing appears. If I select Tag Value 1 only, Item A and B appear. If I select Tag Value 2, Item A appears.
What am I doing something wrong here?