Skip to content

Evaluate Expression

This node allows you to run a JavaScript expression or code block on the flow data.

Transforms or augments data using custom logic.

FieldTypeDescription
scriptCodeCode block that accesses the data object
  • Calculate new fields
  • Format text
  • Apply custom validations