Log in multiple user roles

I have an issue that I cannot find a way to do this correctly,
I have multiple user roles that everyone has its own page.

I managed to do this only by multiple workflows as shown in the video.
If any one have an idea to make it better, please do.

(Understanding User Roles in the System | Loom)

You can not get the current user’s role without logging in first. Simply, you will have one single workflow for the button (no condition or anything). Then, the first step will be Log the user in and then you will add 4 more steps which conditionally goes to different pages with respect to the current user’s role.

And please, next time, add some text as well. I appreciate the video and the details but text is more readable by more forum users. Maybe add some text + video :wink:

Ok will do.
So what is the flow? I couldn’t figure it out after many checks.
the only one that I managed to do is check if none of the other roles and it worked.

The flow is right here. See my original message. Delete all login related workflows. Create one workflow for when the button is clicked. The first action in this workflow is login. Then, 2nd is go to a page with a condition checking the role of the user, 3rd is similar but for the next page-next role as condition and so on.

Thanks it worked great.
One Login - Three got to page’s

1 Like

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