Conditionally show Button

This should be pretty simple, but I just can’t get it to work. I basically only want to show a Button if a user is logged in. If they are not, then the button should be hidden. I added the button to the form and added the simple workflow is as follows: -

“When Page is loaded”
- Element Actions - Hide - Button A - Only when Current User is logged out

The button is always shown no matter if the user is signed in or out (I have the Login/Logout working fine).

Thanks
G

Add condition to button itself
When Current user is logged out
This element is visible " uncheck"

Thank you!!! I did make that change and one more change - turning ON the condition :joy:

1 Like