Summary
In this chapter, you learned how to create custom logic with microflows in your Mendix app. You explored some common microflow activities and created a custom microflow with decision logic to validate your object on save. You also learned about annotations and how to add clarity to your microflows. Mendix Assist is a great tool to learn how to build microflows and ensure you are choosing the right actions in the right order.
After completing the exercises in this chapter, you now know how to create custom logic for your app to validate data and save objects. You also know how to extract a sub-microflow from your parent microflow, which lets Studio Pro do the heavy lifting on setting input and output parameters.
In the following chapters, you will learn how to customize your app and extend it with advanced concepts such as error handling and REST integrations.