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?