Trigger a microflow as new object is created?

2
I would like to trigger a microflow as soon as an object is saved in the database. Is that possible? Thanks!
asked
1 answers
4

Yes, you can do that. For that you have to configure an event on the object. If you go to the metamodel and double-click on the object you will get a popup with the configuration options. There you will find a tab called “events”. It is probably best if you follow the step-by-step description of how to configure event in the “How To”: https://world.mendix.com/display/Howto/Event+creation

answered