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
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.