Objects Saving into Database Without Commiting

0
Hi, I'm using 10.9.0 version of mendix studio pro I am Validating a object in microflow after validation checks only it should commit to database. but while debugging the microflow when validation is failed then it is saving in database for some time and after that it is gone from database without doing anything. Can someone help me on this issue.
asked
4 answers
0

Hi Ganesh 

You are doing a commit in a microflow. 

Are you committing an object while creating it or are you committing any associated object

Can you share the screenshot of the microflow 

answered
0

Screenshot 2024-06-19 134035.png

Check this image

answered
0

Hi Stella,

This another microflow where i am creating the object.

Screenshot 2024-06-19 134930.png

answered
0

Hi Ganesh 

 

When your validation fails you are not updating your boolean to false right. there is something missing . 

Is it possible to share your full validation microlfow screenshot

answered