I’m trying to make the cells of a repeating group change colour when I hover over each cell at a time. I’ve tried following this but this changes the colour of all cells at the same time - A hover on a cell of a repeating group
I would just put a conditional rule on the group within the cell, the call choice one, to change the background colour when hovered, as long as its the group within the cell then it shouldn’t affect any of the other ones.
In that case you’ve got it set up right. I would double check there are no other conditional rules which might be conflicting etc, maybe just change the rule on this group to red etc to confirm it is indeed this rule. The other thing to check is the groups layout to make sure the groups arent overlapping potentially. If its neither of those its probably a glitch you can report to bubble, but also potentially just re making the group could fix it.
The API call is putting its results all into cell 1 of the RG. I now just need to figure out how to split the API results and put each result into a seperate cell.