The quickest solution would be to wrap your microflow with a nanoflow. In the nanoflow, you’d call the microflow, and then a JavaScript action with just 1 line of code:
mx.logout();
You can do all of that without leaving Studio Pro.
Or, the old thread solution with a Java action will still work too. I’d recommend:
com.mendix.webui.FeedbackHelper.addLogoutFeedback(getContext());
Hi Kevin,
Take a look at this below link for logout in java action
https://forum.mendix.com/link/questions/6759
Hope this is what you are looking for.
Thanks,
Bharathidasan