call a microflow right after user sign in

0
is there a way to call a microflow right after user sign in ?? because i need to do validation where the user is compatible or not to see the homepage if not it will be shown a form page with accountpassworddata
asked
2 answers
0

Hi, 

 

Microflows can be selected for use in Navigation. For default home page simply press select and choose your microflow.  Please note that the microflow will be used alot and must be kept as streamline as possible.

answered
0

Hi Teuku,

 

hava a look at the documentation about login behaviour, here you can call a microflow once when the user logs in:

https://docs.mendix.com/refguide/login-behavior/

 

You can also do this in the Navigation, but this will also be called when users are pressing the home page button.

 

answered