How to hide a repeating group by default and show it only when Filters are applied

I have a repeating group on my page that pulls in hundreds of data items. I want to improve the user experience by hiding this repeating group by default and only displaying it when any specific filters are applied. Can anyone guide me on how to achieve this?

You can just hide the repeating group by default and add a conditional to make it visible when the filters are applied.

You could do it like this in the conditions tab of your repeating group:

input x’s value is not empty or custom state’s value is not empty (depending on the structure of your filters)

1 Like

I have over 10 filters. Should I use the conditional tab to mention each one with an ‘OR’ separator to make the repeating group visible?

This topic was automatically closed after 70 days. New replies are no longer allowed.