Skip to content
Worfilo

Node reference

Set node: build JSON with templates

set · Updated September 17, 2026

The Set node builds a new object from templates. It is how you reshape data between steps.

When to use it

  • Picking the few fields an agent needs from a large API response.
  • Building the final shape of a branch before a Merge.

Ports

Inputs
in
Outputs
out

Configuration

Valuesvaluesrequired
object
Merge with inputkeep_input
boolean · default false

Output

Fires out with the rendered values. With Merge with input on, the values are merged over the incoming object.

Example

Values
{
  "queue": "urgent",
  "note": "Escalating: {{ nodes.normalise.output.message }}"
}

Build it on the canvas

Create a free account, describe the workflow or wire it yourself, and run it in the browser.