Hi,
I want to be able to filter one repeating group by having the user clicking an item in another repeating group and thereby activating that item’s state.
The repeating group I want to filter is a list of destinations, where each destination can have multiple themes (linked, theme is its own database).
The repeating group I want to filter by is a list of themes. When I click a theme, I activate it’s state which has allowed me to recolor it. I now also want to input the name of that theme into the filter of the other repeating group, but I can’t seem to do so. I’ve tried:
- Either use the workflow editor to input a theme in a repeating group’s data source filter (e.g. when I click a theme),
- Use the repeating group’s datasource constraints to filter by the items in the other repeating group that are in an active state.
See below for a screenshot of how the UI looks>



