Hello I am trying to filter a repeating group based on the intersection between the items in the group and a list of those items.
Ok so basically I have I have a data type for tags and each item in the repeating group has a list of these tags assigned to them. What I want is to be able to only show the items in the repeating group who’s tags contain any of the selected tags in a different page variable that is also a list of tags. Currently, for some reason it only allows me to choose a random one or the first one, etc. but not be able to just have it use them all. Any tips on how to fix this?