Simple Evaluation
Description
The Simple Evaluation action can be used to evaluate contents of a variable or a field in the result stream.
Connect two actions with the output of the Simple Evaluation. The green connection will be called on success, the red one on failure.
Options
Option | Description |
---|---|
Workflow action name | The name of the workflow action. |
Evaluate | Evaluation type: field or variable. |
Field name | The field to evaluate |
Type | Data type. |
Success condition |
|
Value | The value to compare. |
Tips
Evaluating a variable
Field | Value | Explanation |
---|---|---|
Source: Evaluate | Variable | Select this to evaluate a variable set before |
Source: Variable name | e. g. ${VAR1} | Enter the variable name using the usual syntax |
Source: Type | String, Number etc. | The type of your variable |
Success on: Success when variable set | When this option is selected, the true path is followed when the variable is set. Note: The workflow action checks if the variable is defined, so an empty or null value is also true. When testing this within Hop you need to delete the line with the variable in the variables section of the Execute a workflow window. And remember: Once this variable is set, the variable keeps existing, even when deleting it from the list. | |
Success On: Success condition | Equal/Non equal/etc. | Select the condition to be met for a successful result |
Success On: Value | Value to compare the variable to |
Evaluating a field
Field | Value | Explanation |
---|---|---|
Source: Evaluate | Field from previous result | Select this to evaluate a field value (generated by a pipeline using Copy rows to result) |
Source: Field name | Enter the field name from the result row | |
Source: Type | String, Number etc. | The type of your field |
Success On: Success condition | Equal/Non equal/etc. | Select the condition to be met for a successful result |
Success On: Value | Value to compare the field to |