106
Views
6
Comments
Solved
Branching in MainFlow
Question

How to branch a user to a specified screen after log in ? Say user A after log in must go to ScreenA and user B must go to Screen B? (How to branch in MainFlow?)

regards,

bb


  

2023-04-06 11-24-23
Paulo Zacarias
Solution

There's a couple of ways to do it, but you can simple do something like this:

2016-04-21 20-09-55
J.
 
MVP

after the login action point towards the correct screen?

not sure why you actually ask this?



2025-01-09 14-56-57
IQ78

yes, because each user has different menu, so each must go to different screen.

regards,

bb

2023-04-06 11-24-23
Paulo Zacarias

Barong Bali wrote:

yes, because each user has different menu, so each must go to different screen.

regards,

bb


Hello Barong, you can do it with a simple "if" node after the User_Login action. You can redirect your User A or User B based on their roles for example.

2025-01-09 14-56-57
IQ78

Paulo Zacarias wrote:

Barong Bali wrote:

yes, because each user has different menu, so each must go to different screen.

regards,

bb


Hello Barong, you can do it with a simple "if" node after the User_Login action. You can redirect your User A or User B based on their roles for example.

Hi, Paulo :

How to update that action? tq

regards,

bb


2023-04-06 11-24-23
Paulo Zacarias
Solution

There's a couple of ways to do it, but you can simple do something like this:

2025-01-09 14-56-57
IQ78

Thank you Sir..

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.