Trigger microflow on object creation.

0
Hi team, Is there a way that i can automatically trigger a microflow when a new object is created in the database and also get that object as a parameter in the triggered microflow? Thnaks, Rahul
asked
2 answers
0

Yes, take a look at Event Handlers. In this case, a Before Commit event is probably what you need to use.

answered
0

Hi

You need to use before create event. Please take a look at this documentaton

https://docs.mendix.com/refguide/event-handlers

answered