Validation rules in microflows

0
I created microflow for the checking required fields and validation rules for the different attributes. But in this microflow it is checking one validity at a time for the second field if i gave wrong data also it is saving the data without showing error messages.
asked
1 answers
1

Hi Anjali, it should be designed like this, and be aware that the object does not commit if the validation variable is false. So you can put another decision as a parent to this validation microflow and if validation is true then commit, otherwise finish without committing. Ferhat

image.png

answered