Page Load doubts

Guys…

I’m struggling with something that may be simple but cannot solve it by myself.

When loading the web app I’d like to move to another page if a user is already logged in (situation when the user simply closes de tab without logging out). How can I do that? Any ideas?

In WF, you can use Do when, set the condition to Current user is logged in and action to Go to page

1 Like

create a new workflow and select ‘on page load’ while creating it. In here, add an action that navigates to the other page, only when the current user is logged in.

This topic was automatically closed after 70 days. New replies are no longer allowed.