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
There's a couple of ways to do it, but you can simple do something like this:
after the login action point towards the correct screen?
not sure why you actually ask this?
yes, because each user has different menu, so each must go to different screen.
Barong Bali wrote:
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.
Paulo Zacarias wrote:
Hi, Paulo :
How to update that action? tq
Thank you Sir..