Logical functions between validations / order of validations #401
Answered
by
ansibleguy76
powdermouse
asked this question in
Q&A
-
|
Hi, Is it possible to link validations with logical functions? In the following example, the “in” validation is performed first, followed by the “sameAs” validation. However, I would like it to be the other way around. |
Beta Was this translation helpful? Give feedback.
Answered by
ansibleguy76
Jan 26, 2026
Replies: 1 comment 1 reply
-
|
not possible for the moment. best you can do is a workaround. make a local expression that handles custom validation to error or empty string and then use validIf. you use a placeholder in the description to pass the specific error. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ansibleguy76
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
not possible for the moment. best you can do is a workaround. make a local expression that handles custom validation to error or empty string and then use validIf. you use a placeholder in the description to pass the specific error.