Evaluate Expression
Node: Evaluate Expression
Section titled “Node: Evaluate Expression”This node allows you to run a JavaScript expression or code block on the flow data.
Function
Section titled “Function”Transforms or augments data using custom logic.
Configuration
Section titled “Configuration”| Field | Type | Description |
|---|---|---|
| script | Code | Code block that accesses the data object |
Common Uses
Section titled “Common Uses”- Calculate new fields
- Format text
- Apply custom validations