Follower Button

Hello,

I have set the code up correctly for a follow / following action on my glide app, however, it is all based on a boolean becoming true when a button is clicked. I am not sure what to set the action on the button in order to change the boolean from true to false.

Can anyone help me out with this?

You can use a custom action for this. Set up the custom action to check if the boolean value is ‘true’. If it is the you a Set Column action to write ‘false’ to the boolean column. Else, have it write ‘true’ to the boolean column.

1 Like