HTML Element Conditions

Struggling to figure out how to apply conditions to an HTML element in a repeating group. What I need is for the element to change to bold text when hovering over it.

The strategy I tried essentially was to replace the existing element in the RG with a new one that had a different CSS formatting to it when you hovered over the original. The problem is that instead of only changing the one element within the RG cell that I’m hovering over, it changes the format of the whole RG and that’s not what I want.

Maybe that’s the wrong approach? Or is there a better way to do this?

I’d also be fine with hovering over the cell and the background changing color instead of the text. In fact that may be preferred.

set a conditional on the text element itself

1 Like

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