Whats the output when you create a new object if its failed

0
Hi, Question is in the title. Let's elaborate a bit. I have a microflow. In this microflow, I got a Loop. In this loop a create object base on data from an other object. What happen if this object creation failed. Did the microflow stop or it goes on and I can test if it failed or not and take action base on that test ? I want to build a report for each created object and mention for each of them if the creation was successful or failed. Thank you.
asked
2 answers
0

An error will be triggered, you can define error behavior per Microflow Activity. If you set it to "custom error handler" you'll be able to define an outgoing flow which can log that the object creation failed.

answered
0

Hi Achiel, thanks for the fast answer.

It lead me to another question. If I set it to Custom without rollback. What does it mean for the output ? Does it mean that my object will be empty ?

Thank you.

answered