After login microflow for any user (local, anonymus, cloud)

0
I need an after login microflow for any user (local,  cloud) so I can log this event and find last record ouuser worked on. What the best place to/method do do this. Shoud I use an event on sytem object?    
asked
1 answers
2

Rather than directly showing a page, configure a microflow in the navigation for the home page settings. That microflow can do the actions you need and then show a page.

 

Be careful when configuring the same microflow for multiple roles as this could cause weird security errors. In that case, create a microflow for each role, from each call another microflow that does the after login stuff you need and then show the page specific for that role.

answered