Hi there, @lukas5892… maybe an example would help here, so I made one that does what you described. For this example, I added a yes/no field to the User
data type called button clicked
, and the default value for the field is no.
When Button A is clicked, a workflow makes changes to the current user, and the change it makes is to set the user’s button clicked
field to yes.
When Button B is clicked, the workflow sets the field back to no.
Then, make sure the buttons are not visible on page load (uncheck the setting on the Layout tab), and then add conditionals to the buttons that look like this.
Button B’s condition would end with is “yes”, of course.
Anyway, if I understood your post correctly, what I am showing should do the trick, and I hope this helps.
Best…
Mike