Hi All,
I am checking for a condition in interface determination, the condition is
when ( Field1 = A and Filed2 =X) then choose mapping1
i have 4 mappings to check based on Field1 and Field2 condition but iam not able to club the conditions. if I give it in the below way
If filed1 = A and Field2 =X
then it takes these as separate conditions, I want to club these conditions together as ( when Field1 = A then check field2).
Can any please give me solution for this?