Skip to main content
The transform node reshapes data by creating a new object with computed fields. Use it to restructure API responses, compute derived values, or prepare data for the response.

Configuration

Config Fields

Output

The node outputs the transformed object:
Access via {{transform_node_id.output.field}}.

Features

Template Resolution

All string values are resolved as templates:

Nested Objects

Create nested structures:

Arrays

Create arrays with transformed data:

Arithmetic Expressions

Perform calculations:
Supported operators: +, -, *, /

Pipe Transformations

Apply pipes to transform values:

Examples

Reshape API Response

Compute Statistics

Build Dashboard Data

Prepare Request Body

Combine Multiple Sources

Array Transformation

Conditional Values

Use the default pipe for fallback values:

vs Set Node

Accessing Transform Output

Transform node with id “build_user”:
Access in later nodes: