表操作
使用表操作创建、删除、列出和更新数据表。有关节点本身的更多信息,请参阅 数据表节点 文档。
🌐 Use table operations to create, delete, list and update data tables. Refer to the Data Table node documentation for more information on the node itself.
创建一个数据表(Create a data table)#
使用此操作创建一个新的数据表。
🌐 Use this operation to create a new data table.
请输入以下参数:
🌐 Enter these parameters:
- 资源: 选择表格。
- 操作: 选择 创建。
- 名称: 输入数据表的名称,或使用表达式进行定义。
- 列: 点击 添加列 来定义数据表列的参数。你可以添加多个列。对于每一列:
- 名称: 为列设置名称,或使用表达式定义。
- 类型: 选择列的数据类型:布尔型、日期、数字或字符串。
创建数据表选项(Create a data table options)#
使用这些选项来进一步优化操作的行为:
🌐 Use these options to further refine the action's behavior:
- 重用现有表格: 如果存在具有相同名称的表格,则启用以返回现有表格,而不会抛出错误。
删除数据表(Delete a data table)#
使用此操作可以永久删除现有的数据表。此操作无法撤销。
🌐 Use this operation to permanently delete an existing data table. This action can't be undone.
请输入以下参数:
🌐 Enter these parameters:
- 资源: 选择表格。
- 操作: 选择 删除。
- 数据表: 选择要删除的数据表的识别方式:
- 从列表中: 从所有数据表的下拉列表中选择表格。
- 按名称: 输入你的数据表名称。
- 按ID: 输入你的数据表ID
列出数据表(List data tables)#
使用此操作列出现有的数据表。你可以返回所有表、返回到定义限制的所有表,或过滤要返回的表。
🌐 Use this operation to list existing data tables. You can return all tables, all tables up to a defined limit, or filter for tables to return.
请输入以下参数:
🌐 Enter these parameters:
- 资源: 选择表格。
- 操作: 选择 列表。
- 返回全部: 启用以返回所有匹配的表格。或者,禁用并输入要返回的表格数量的 限制,例如
50。
列出数据表选项(List data tables options)#
使用这些选项来进一步优化操作的行为:
🌐 Use these options to further refine the action's behavior:
- 按名称过滤: 输入一个值或表达式,以返回名称包含指定文本的数据表。匹配不区分大小写。
- 排序字段:选择一个字段来对结果进行排序。
- 排序方向: 选择按 升序 或 降序 排列结果。
更新数据表(Update a data table)#
使用此操作更新现有数据表的名称。
🌐 Use this operation to update the name of an existing data tables.
请输入以下参数:
🌐 Enter these parameters:
- 资源: 选择表格。
- 操作: 选择 更新。
- 数据表: 选择如何识别要更新的数据表:
- 从列表中: 从所有数据表的下拉列表中选择表格。
- 按名称: 输入你的数据表名称。
- 按ID: 输入你的数据表ID
- 新名称: 输入一个值或表达式以为数据表设置新名称。