How to change condition of text when repeating group is being filtered

Hello,

At the moment I have various buttons, and when clicked, filters a single repeating group.
For example, ‘when button blue clicked’ - ‘Display list with constraint = Blue’

I have many of theses and what I would like would be that when the that repeating group is being filtered, I would like to change the condition of the text, e.g. to be underlined. Basically how do I recognise that a filter is being used so I can use a condition. Any help would be appreciated. Bai
Thanks!

Add a custom state to your page called something like “whichButton” and make it of type text.
Then add an action to the button press workflow to set that state to Blue.
Then add a condition to your text when “whichButton is Blue” and change text format to whatever you wish.

1 Like