06-10-2022 11:59 AM
Hi All,
I have two outputs coming from a mapper snap and I want to check some condition checks e.g.
output 1 output2
A B Then route to output 1 of router snap
A C Then route to output 2 of router snap
B C Then route to output 3 of router snap
How to write such a condition, please suggest.
06-10-2022 12:03 PM
Hi @amit.saroha - I think you are looking for the && (AND) operator. For a full list of operators, take a look at the first table in the Understanding Expressions in SnapLogic documentation
06-15-2022 01:55 PM
be aware of the other conditions where the are all equal (true or false), ie 00-11 conditions for 2 inputs
ie do you want both routes to be taken when A B and B C…may need to use “First Match”