Expand my Community achievements bar.

conditional setvalue expressions? IF, IIF

Avatar

Level 4

i have a workbench workflow and i want to do the following:

if (/xpath/field = 'Y')

set target to 1

else

set target to 0

is it possible?

Location: A

Expression: if (/xpath/field = 'Y'), 1:0

1 Reply

Avatar

Level 5

The way to accomplish this is with conditional routes. Optionally going to one set-value or the other depending on your condition(s).

Be sure to set the route evaluation on the upstream service to check the conditional route before the default route.

Best practice is to always have one un-conditional route defined, and have it listed last in the evaluation sequence.

HTH

Mark

846391_pastedImage_0.png