- Issue created by @coaston
- πΈπ°Slovakia coaston
Well Looks like serial will do the trick.
One condition "Compare Two scalar Values" and compare if field stage is equal to Completed (Negate the condition) then Gateway and again "Compare Two scalar Values" and compare if field stage is equal to CLOSED (Negate the condition)Previously I tried one Gateways and 2 different connections. My bad.
- π©πͺGermany jurgenhaas Gottmadingen
In other words, if you have e.g. 7 conditions and you want to know if either of the 5 first ones is TRUE, you have to choices:
Option 1: OR condition like
1 or 2 or 3 or 4 or 5
Option 2: AND condition like
not 6 and not 7
It always depends, which option is less coding.
Automatically closed - issue fixed for 2 weeks with no activity.