Actions106
- 日历 Actions
- 多维表格 Actions
- 知识库 Actions
- 通讯录 Actions
- 任务 Actions
- 电子表格 Actions
- 云空间 Actions
- 消息 Actions
- 云文档 Actions
Overview
This node is designed to interact with Feishu's multi-dimensional table (多维表格) feature, specifically to copy an existing multi-dimensional table app. It allows users to duplicate a table app by specifying its unique identifier and optionally setting the destination folder, new name, whether to include content, and the time zone for the copied document.
Common scenarios where this node is beneficial include:
- Creating backups or templates of existing multi-dimensional tables.
- Duplicating tables to use as starting points for new projects without manually recreating structure or data.
- Automating workflows that require generating similar tables with slight variations.
For example, a user might automate copying a project tracking table into a new folder with a new name while excluding the original content to start fresh.
Properties
| Name | Meaning |
|---|---|
| 多维表格 Token | The unique identifier of the multi-dimensional table app to be copied. |
| 文件夹 Token | The folder token where the copied multi-dimensional table app will be placed. Defaults to root if empty. |
| 多维表格名称 | The name for the new copied multi-dimensional table app. Maximum length is 255 characters. |
| 是否复制内容 | Boolean flag indicating whether to copy the content of the original table. true copies content; false does not. |
| 时区 | Time zone setting for the document. Reference link provided for valid values. |
Output
The node outputs JSON data representing the result of the copy operation. This typically includes metadata about the newly created multi-dimensional table app such as its ID, name, and location. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential for authenticating with Feishu services.
- The node depends on Feishu's API endpoints for multi-dimensional table operations.
- Proper configuration of credentials in n8n is necessary to authorize requests.
Troubleshooting
Common issues:
- Invalid or missing multi-dimensional table token (
多维表格 Token) will cause the copy operation to fail. - Incorrect folder token may result in the copied table being placed in an unintended location or failure.
- Exceeding the maximum length for the new table name can cause errors.
- Providing an invalid time zone string may lead to unexpected behavior or API rejection.
- Invalid or missing multi-dimensional table token (
Error messages:
"未实现方法: 多维表格.复制多维表格"indicates the operation is not implemented or recognized; ensure correct resource and operation names.- API authentication errors suggest problems with the provided API key credential.
- Network or permission errors should be checked by verifying API access rights and connectivity.
To resolve these, verify all input parameters, ensure credentials are correctly set up, and consult Feishu API documentation for valid values.
Links and References
- Feishu Multi-dimensional Table Documentation (Chinese): https://feishu.feishu.cn/docx/YKRndTM7VoyDqpxqqeEcd67MnEf