What is a node?

A single node with input and output sockets

A node is a single building block in the editor that performs one job. String enough of them together and you’ve described an entire merge.

One node, one job

Each node does exactly one thing and does it well:

  • read a value from your data,
  • format or transform text,
  • make a decision,
  • generate a QR code or barcode,
  • apply a style,
  • recover when a value is missing.

Because each node is focused, a complex merge stays understandable – it’s a chain of small, clear steps rather than one tangled rule.

Inputs and outputs

A node takes something in, does its job, and passes something on. Those connection points are its sockets: inputs where data arrives, outputs where the result leaves. You connect an output of one node to the input of another to make data flow from step to step.

Building a workflow

A workflow is just nodes wired together toward a result. You add the nodes you need, connect them in the order the work should happen, and the editor runs that little machine for every record in your data.

Next

Look at how nodes connect: What Is a Socket?

Not found what you're looking for?

Node Editor · Last updated 1 month ago

Copyright ToolboxCode UG