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.