How to highlight current cell of repeating group when clicked?

When i click the cell, it highlights like it should, then when i click another cell, it highlights too, but the other cell doesn’t change back to the original color.

I’ve been tinkering with this for a long time and still haven’t found an answer, if anyone knows the answer, let me know how to solve this problem :stuck_out_tongue_winking_eye:

I would try something like this: create a custom state on the page of type Number. Create a workflow that when a cell osbselected, set the custom state to Current Cell’s Index. Set the cell’s highlight condition that when the Custom State’s Number is Current Cell’s Index, it should be highlighted.

3 Likes

Heyyy, it worked! Thanks for the help buddy :saluting_face:

1 Like

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