Forum Discussion
nganapathiraju
9 years agoFormer Employee
Did you see what the First Match checkbox does?
The router conditions should be treated like the sequential If then else statements
Obviously you can have multiple ifs.
if cond1
if cond2
if cond3
if cond4
If you dont have the first match selected, all ifs will be evaluated.
If first match selected, only one will be selected.
Lets say none of the ifs match then the router will fail.
so to have default, change that to
if cond1
if cond2
if cond3
if cond4
true
Try it out and let us know.
- walkerline1179 years agoContributor
Thanks
I did have the first match check box checked.
Just add something, in my case, the snaps connected to output 1 has no input doc or output doc at all… but I still see execution time in states.
- nganapathiraju9 years agoFormer Employee
You can post your pipeline here or direct message me