Repeating Group cell (text) Toggle an Element on Hover

Is it possible to have a workflow that displays a group or element when a cell in a repeating group is hovered? It would have been easier if there was a workflow directly attributed to “On Hover” in the workflow editor

I think this old post by @boston85719 might describe what you are looking for

Bubble doesn’t have a direct “On Hover” workflow action, but you can handle it using conditionals. A typical method is placing a hidden group inside the repeating group cell and setting it to be visible when “This cell is hovered.” It’s all done with conditional formatting instead of workflows.

You can’t reference a cell hover, but you can indeed reference any element inside the cell itself, so this method will also work if you don’t really need a workflow to be triggered.

1 Like

Yeah, but when adding conditions to the group I want to react to rpg cell on hover, i can’t directly reference the cell in a repeating group. Is this a general problem or there is something I’m missing out?

Your cell is not the space inside the RG for a specific entry. You can fill that space entirely with a group that has no max width or height and then you use that group as the ‘cell hover’

Thank you. It worked