Hi All,
I’ve been trying to filter a repeating group based on multidropdowns. With each item added into the multidropdown, the repeating group should become more and more narrow.
However, I can’t get it to work unless I specify the dropdown item to be the ‘last’. That limits it to the last string in a series of entries to be matched to everything in the repeating group.
App:
This is how the filtering is set up in the RG right now:
What I want to do is ultimately match the list entered into the multidropdown to that of the repeating group. I’ve tried using a number of operations, including “intersect with” and “contains list” but still not getting it.
If anybody’s solved this problem, I’d love to get feedback. Thanks!