Is "Validate Form" action conditional by itself?

Actions & Logic

I know that I can add conditional in the actions flow if I want my flow to do different things depending on a condition. So I assumed that whenever an action follows another directly, both would execute.

However, when I use the "Validate Form" action, the next action only runs if the first didn't encounter errors. Which makes sense in a practical sense, but it still seems in conflict with the logic I imagined.

Isn't there a way to get the result of the validation in a conditional after the action? I mean, what if I wanted to execute another action when the validation returns an error, besides the error message that comes with the action?

Am I missing something?

What have you tried so far?

I created a form with some validations. The submit form button has two actions: "Validate Form", and, following it, "Alert Dialog". The latter only executes if the form doesn't return an error.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
1 reply