Hey bubblers,
Please, I need your help. I have a repeating group in a reusable element that will filter its data based on certain selected filters but the filter bar is a separate reusable element.
So, the issue is how do I pass these various selected filter values from the filter reusable element into the reusable with the repeating group?
I can’t figure out an easy way to do this… Using URL parameters is an option but then if I have about 10 or more filters, would it still be reasonable to use URL parameters? (Just thinking how messy the URL might be).