I have a list of people, and I have already made a repeating group where if I enter for example a “name” in the Search Names box, the RG will display only people with said name.
Now, as another filtering option I have created tags: a person is associated with 1-5 tags. I want to be able to filter according to 1-5 filters (so red hair, blue eyes, female or only blue eyes, or green eyes and male). I can’t figure out how to do this.
I created a custom state on the element, and made the custom state into a LIST, because it could have up to 5 different tags.
For this case where the list of tags contains the list of selected tags, unfortunately you have to use :filtered → Advanced.
Keep everything else as it is there, but remove the “Tags” constraint, add :filtered, inside it put Advanced, and then it would be something like This Person contains list Leads - List’s Selected_tag
Always try to use as many server-side constraints as possible; Advanced runs client-side.