数据表(Data table)#
使用数据表节点创建和管理内部数据表。数据表允许你将结构化数据直接存储在 n8n 中,并在工作流中使用这些数据。
🌐 Use the Data Table node to create and manage internal data tables. Data tables allow you to store structured data directly inside n8n and use it across workflows.
你可以使用数据表节点来:
🌐 You can use the Data Table node to:
- 创建、列出和管理数据表
- 在数据表中插入、更新、删除和合并行
- 使用匹配条件查询和检索行
资源(Resources)#
数据表节点支持以下资源:
🌐 The Data Table node supports the following resources:
- 数据表: 创建、列出、更新和删除表。
- 行: 在表中插入、检索、更新、删除和合并行。
操作(Operations)#
请参见下方的可用操作。有关不同操作类型的参数详细信息,请参阅表操作和行操作页面。
🌐 See available operations below. For detailed information on parameters for different operation types, refer to the Table operations and Row operations pages.
- 行
- 表格
相关资源(Related resources)#
数据表 解释了如何创建和管理数据表。