HI Gain Lee,
This could help you understand the difference.
Microflows:
Nanoflows:
Example Use Cases:
Hi Gain Lee,
We should use microflows only if we have to apply some logic, that requires a huge DB connection or some server-side implementation.
If the process can be handled on the client side, we should use nanoflow only.
To know more you can visit this documentation: Microflow vs Nanoflow.
Hope it helps!
Rishabh
(Resilient It Services)
Hi Rishabh Shandilya,
Your explanation is very clear and helpful — thank you for that.
But I still have one question:
Can we commit data into the database using a Nanoflow?
If your answer is no, then please try it once in Mendix Studio Pro.
Just create an object, perform a commit action inside a Nanoflow, and you will see that the commit actually works.
This is because:
So yes — nanoflows can commit data, as long as the app type and permissions allow server communication.
Thanks!