构建工作流
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:
- A conceptual overview of Item linking concepts.
- Information on Item linking for node creators.
- Support for end users who need to work with the data path to retrieve item data from previous nodes and link items when using the Code node.
- Guidance on troubleshooting errors.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。