Based on MxAssist recommendations MXP006 to convert microflows into nanoflows it would be helpful if this can be done with a rightclick on the microflow. This idea is already talked about here: https://community.mendix.com/link/space/microflows/ideas/1915, but no specific idea is created for it.
In the steps to fix for MXP006 (https://docs.mendix.com/refguide/performance-best-practices/#mxp006) Mendix shows that you have a to create a nanoflow and then delete the microflow yourself.
It would be really nice if Mendix can do these steps automatically and understands that everywhere this microflow is called, the call should be changed to a nanoflow (in datasources or on click actions).
This is part of this series of ideas:
https://forum.mendix.com/link/space/microflows/ideas/2982
In addition to converting Microflows to Nanoflows, it should be possible to do so and vice versa: there are cases where you want to execute logic on the server,
And of course, it is a good practice to offer the user(us) a way to reverse any actions.