I have a dashboard screen where I want to add a logout button.
The button works, but it remains visible even after the user logs out.
I thought I could put a login button directly below it and use visibility rules to make the proper button appear (make the login button visible when the user is not logged in, etc).
But there don’t seem to be visibility options for “user is logged in” or “user is not logged in”.
What am I doing wrong?