Actions106
- 日历 Actions
- 多维表格 Actions
- 知识库 Actions
- 通讯录 Actions
- 任务 Actions
- 电子表格 Actions
- 云空间 Actions
- 消息 Actions
- 云文档 Actions
Overview
This node, named "Feishu Node," provides integration with Feishu services, specifically supporting operations on various resources. In the context of the provided resource "多维表格" (Multidimensional Table) and operation "更新多维表格元数据" (Update Multidimensional Table Metadata), the node allows users to update metadata of a target multidimensional table app within Feishu.
Typical use cases include automating updates to table metadata such as changing the app name or toggling advanced permissions programmatically. This is useful in workflows where table configurations need to be dynamically adjusted based on external triggers or data changes.
Properties
| Name | Meaning |
|---|---|
| 多维表格 Token | The App token of the target multidimensional table app to identify which app to update. |
| 多维表格名称 | The name of the multidimensional table app to set or update. |
| 是否开启高级权限 | Boolean flag indicating whether to enable advanced permissions on the multidimensional table app. |
Output
The node outputs an array of JSON objects representing the results of the update operation for each input item processed. Each output item corresponds to one execution of the update metadata call and contains the updated metadata information returned by the Feishu API.
If errors occur during processing and the node is configured to continue on failure, error details are included in the output JSON under an error field.
No binary data output is indicated in the source code.
Dependencies
- Requires an API key credential for authenticating with Feishu's API.
- The node depends on internal helper functions and a resource-operation factory (
ResourceFactory) that maps resource-operation pairs to their implementation functions. - Proper configuration of the Feishu API credentials in n8n is necessary.
- The node uses the n8n workflow framework and its error handling utilities.
Troubleshooting
- Common issues:
- Missing or invalid App token will cause authentication or identification failures.
- Incorrect or empty multidimensional table name may result in unsuccessful metadata updates.
- Network or API errors from Feishu can interrupt execution.
- Error messages:
"未实现方法: 多维表格.更新多维表格元数据"indicates the requested resource-operation pair is not implemented; ensure the resource and operation names are correct.- Errors thrown by the Feishu API are wrapped and logged; enabling "Continue On Fail" allows partial success with error details in output.
- Resolution tips:
- Verify all required properties are correctly set.
- Check API credentials and network connectivity.
- Use debug logs to trace function calls and errors.
Links and References
- Feishu Developer Documentation
- n8n Documentation
- For more details on multidimensional tables in Feishu, consult Feishu's official product guides.