> For the complete documentation index, see [llms.txt](https://doc.duaer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/zh/courses/level-two/chapter-1.md).

# 在 Duaer 里理解条目如何流动

在 Duaer 里，这一章说明一条输入是什么结构，以及多条目时节点默认怎么执行。
## 条目的数据结构 <a href="#data-structure-of-n8n" id="data-structure-of-n8n"></a>

Duaer 在节点之间传递的是条目列表。一条通常含 json 对象，还可能有二进制。下一节点默认对每个条目执行一次，这与 [按条目执行](/zh/flow-logic/looping.md#executing-nodes-once) 是同一件事。

看执行结果时，先分清“这一条”和“全部条目”。把数组当成单条 json 里的字段，和把数组拆成多条，后面的节点行为会不一样。节点说明里的 data structure 链接打开的就是这一节。
## Questions

### Duaer 二级课程第一章在讲什么？

条目怎么在节点之间流动：一条输入是什么结构，多个条目时节点默认怎么跑。节点说明里提到 data structure 时，链的就是这一节。

