Hello,
I have a modal dialog page in my application were the user has to insert the correct result of an arithmetic operation. If the result entered is not correct, the dialog would close and a message should pop up, stating the error.
Now the issue is, when the user enters the wrong result to the arithmetic operation, the validations would stop the process to execute - even if the process is of type: "Inline validation erros displayed".
I created all the elements i.e.
The process : Close Dialog

The validation

What I notice is, that when I debug everything is that Im missing the "Skip because inline validation errors found."

What am I doing wrong??
Best
Álvaro