Validation for a return value

0
Hi, i have this microflow and on that microflow it return an object, but before it could return the objects i do some validation but when the projects is running and it goes to the validation and shows them to the user BUT still return that object So is they a way that i can stop the microflow from going to the return value and just and just stop on the error or validation handling and when the user enters the right values then only that return value can be returned
asked
1 answers
2

If you use a calling microflow you can enable the option abort on validation error?

Or you could pass a empty object when validation messages are returned and handle the empty object afterwards?

answered