How to get “and” as well as “or” conditions is

variableName comparison
test value next step (then, and, or) as a drop down list

The above table is a rough estimation of where the controls are in the “if…” statement box so take the following:

Loop
If %myvar% = “1” and %myvar2% = “2” then
Take some action
End
Break loop
End

Hope this helps