Skip to content

Action: evaluator

Use the evaluator to evaluate a given expression and return the result, which is accessible through #IDAction.data#, so it can be used in other actions.

Options of the action:

  • Set expression: The expression to be evaluated. You can use variables and IDs of previous actions.

What does the action return through its ID?

It returns the result of the evaluated expression, which you can access through #IDAction.data#.