I have a button that I want to show when a user is logged in and not when they are not. I set the conditional statement to be: Current User is Logged in.
Then I set the property to change to be: This element is visible. The box is checked.
When I test it, it doesn’t work: the button is always visible whether the user is logged in or not.
I’ve gotten around this by doing the inverse which works fine: When user is NOT logged in then do NOT make this element visible.
To illustrate, I left the “All” button in the way that I would think this would work, but it doesn’t. The other two buttons are set up with my work around and that works fine.
Yes, so by default, the element will not be visible unless you specifically create the conditions to make it visible. Your reverse way of doing it was perfectly fine. You get the same result (visible by default, but not visible under a condition), but the more you work with elements and your user experience, you’ll start to see that some circumstances may benefit more from one way over the other.