Redirect after signing in

Hi,

Is there a way to make certain items on a page only visible if the user is signed in? I know how to set visibility controls, but not sure how to do so for only signed in users. Thank you.

You can set visibility conditions based on the User Profile. You could set a condition where the user profile email is not empty for example. If a user is not signed in, then they won’t be linked to any user profile record, so the condition will return false. If they sign in, then they will be linked to their user profile row, which will always have an email.

2 Likes