The issue I’m having is that I set up repeating groups in my app, and want to place several multidropdown filters for users narrow down cards to a specific category. For each multidropdown, a user can have several inputs inserted into their profiles.
I set up filtering in the repeating group as such:
Given that I want the ability to filter based on any inputs, not necessarily all of them, I was hoping somebody knew how to construct the repeating group and filters accordingly
@rico.trevisan Thanks for the input! I’m still not having much luck with the advanced filtering that you’ve suggested, and I’ve tested a lot of options including trying Regex statements to extract specific dropdown items.
Would you have any tips on the right way to set up the filter?