Hi All,
I have a Workflow that does a SQL DB lookup which I then need to pass a Routing Decision. As seen below in the snippet,
What seems to happen, as the Custom Query is returning Multiple Values at times, I thought using the "Is In" would be able to find that it matches one of the results and allow it to go through as a match, but looks like it is bypassing this option and always going through the other Decision which just hardcodes the first value retrieved if nothing matches.
What is it that I am missing to make sure it goes through the above condition if the Query does return multiple values that it finds? I know and can see there are matches to the Query, but not sure how to set it? Should there be an additional retrieve Tokens? and if so, what would the condition change to then?
Thank you in advance,
Ziad