I can’t quite get this to work. I have a common use case of upvote and downvote and am using the built-in reactions column type. I’m trying to prevent a user from voting both options if they’ve selected one already.
I was using the “Disable if” function using: thisRow.Upvote.Contains(User()) but when I hit enter, it seems to only work once (disabling the other column) but once I keep testing it the disabling stops.
HI @buildinginla I just noticed that this trick does not reset the values. So once you want to undo your up or down vote and to move to the alternative option, it is not gonna work, it remains (for whatever reason) inactive.
I have to go, maybe somebody else has a great idea about how to reset, but I am afraid you need a button to make it work (and you use the reaction icon in the button).