multiple conditions in conditional expressions

Not applicable

I have 4 java script variables which I am setting to true or false that I am comparing in a condition;

<Condition>(var1 == "false") or (var2 != "true") or ( var3="true" and var4= "false" ) </Condition>

<Step>AssignMessage-BackendResponse</Step>

Is this a right condition expression ?


0 1 1,916
1 REPLY 1

@raul ,

Yes, It's a right condition. What exactly is the question here ?