Within my app, I have several user types, stored as text in the database. After a user logs in, I would like to check what type they are, and then redirect them to the correct page. Whats the best way to do this?
Create a workflow for each user type.
When a user is logged in and “current user’s user type is x”, navigation, go to page y.
Hey @alexsstockton, did you manage to resolve multiple user type issue? Kindly share the workflow.
Yes! Sorry about that @timothymugendi I used @csblack Method. Except I built the workflow into the login element. So its say’s “When login button is clicked and user=x, then navigate to page=x”
Nice, thanks
