Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The IF step takes up to four conditions allowing you to compare a variable to another variable or to a literal (fixed value).

All four conditions are 'And'ed together, which simply means that the all have to be true for the If condition to fire.

If any of the conditions evaluate to false then the steps within the If condition will not run UNLESS you have an 'Else' step in which case the steps after the Else Step will run.