The user has multi-roles, how to go directly to target homepage after login?

0
Dear communities   In my app, every person may have multi-roles, in this case how to realize after login directly show the target homepage?  or after login first show the default homepage, then based on roles via a selection to another homepage? please advise more efficient way and tell me how to do it. Thank you.   Best regards Li Dong  
asked
1 answers
0

If a user can have multiple user roles, you can make your default homepage a microflow.  Then you can create logic in the microflow to display the homepage you want to based on the user roles the logged in user has.

answered