I have a condition on my or gate, when value is not null then …
The condition is not respected, any idea why please?

Thank’s in advance
I have a condition on my or gate, when value is not null then …
The condition is not respected, any idea why please?

Thank’s in advance
Best answer by dsj
Hi
I usually do the validations in a script before reaching the gate. it helps to build complex validations and keep the gate conditions clean, and work :D
For your scenario, use a script like this

In the gate, use the isValid variable as the condition

Valid path:

Invalid path

Hope it helps!
Damith
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.