While

Allow for looping of sub-actions
Preview
Preview

Parameters

Inputrequired
Text

Enter the value for the left hand side of the comparison

This can contain other %variables% as well as inline functions

Operatorrequired
Select
default:Equals

Choose the type of comparison to perform

  • Equals: Check if the variable equals a given value
  • Not Equals: Check if the variable does not equal a given value
  • Less Than: Check if a numeric variable is less than a given value (does NOT include the set value)
  • Greater Than: Check if a numeric variable is greater than a given value (does NOT include the set value)
Valuerequired
Text

Enter the value for the right hand side of the comparison

This can contain other %variables% as well as inline functions

Auto Type
Toggle
default:false

By default, values which have not already been typed are treated as text, or string variables.

Enable Auto Type to automatically determine the type for the variable value.

For example:

  • 0 can be auto-typed to a numeric type such as int or long
  • true or false can be auto-typed to a bool
Ignore Case
Toggle
default:false

Whether or not the comparison will be performed without checking casing

For example:

  • yes would match YES is it is checked
  • yes would not match YES if it is not checked