For the complete documentation index, see llms.txt. This page is also available as Markdown.

Link data items

An item is a single piece of data. Nodes receive one or more items, operate on them, and output new items. Each item links back to the items in the previous nodes that generated it.

Usually this just works. You need to understand this behavior in detail if you're:

  • Using the Code node for complex behaviors with input and output data.

  • Building a programmatic-style node.

This section provides:

Last updated

Was this helpful?