


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
Views
Replies
Sign in to like this content
Total Likes
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
Views
Replies
Sign in to like this content
Total Likes