Skip to content

数据表(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.

数据表 解释了如何创建和管理数据表。