operator
The Operator block allows an input (array, string or any other type) to be evaluated against a match value. This match value can be user defined constant, a global variable created in Workspace Settings (referenced using a $ symbol i.e. $variable), or the live output from another block in your process.
Select an operator from the dropdown to evaluate the two values. Select from:
- Equal
- Not Equal
- Greater Than
- Less Than
- Greater or Equal
- Less or Equal
- Contains
- Does Not Contain
Based on the outcome, the True and False outputs will be updated accordingly.
Inputs
- Input – String / Value / User Defined
- Match Value – Fixed String / Fixed Value / String Defined / Live Input / Global Variable
Outputs
-
True – If the Operator evaluation is true, the input to the node is passed to the true output.
-
False – If the Operator evaluation is false, the input to the node is passed to the fales output.