When I have selected a filter from my dropdown, I want the background color to change, in the repeating group as match
Store the selected value in the custom state and in repeating groups, add the condition to change the value based on that
Open your repeating group background element (don’t know if it is a group or a shape), and in it’s conditional tab, write somethins like this:
When Dropdowns’value = Current Cell’s field
Backgroun color = #ffffff
2 Likes
This topic was automatically closed after 70 days. New replies are no longer allowed.