Filter repeating group on different parameters

I have a data type, let’s say Team, with many different characteristics (founding date, number of members, … ).

I would like to filter the repeating group in two steps.
Step 1: Select which characteristics I want to filter on
Step 2: Define filtering parameters for each characteristic that was chosen in step 1 (e.g. Founding date later than X).

On Step 1:
I have created another data type where I enter the filter characteristics as app data (so I can show them in a repeating group) within buttons.
I’m trying to define a workflow where when a button is clicked (e.g. “founding date”) the custom state is defined.
The plan is then to apply filters based on the custom states as described here: Custom States | Bubble.io Tutorial - YouTube Unfortunately, I’m not able to select my search characteristics as state value.

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