Actions106
- 日历 Actions
- 多维表格 Actions
- 知识库 Actions
- 通讯录 Actions
- 任务 Actions
- 电子表格 Actions
- 云空间 Actions
- 消息 Actions
- 云文档 Actions
Overview
This node interacts with the Feishu platform, specifically targeting operations related to "多维表格" (multi-dimensional tables). The selected operation "更新字段" (Update Field) allows users to update a specific field within a multi-dimensional table in Feishu. This is useful for scenarios where you need to programmatically modify metadata or properties of fields in a table, such as renaming a field, changing its type, or updating other attributes.
Practical examples include:
- Automating updates to table schemas based on external data changes.
- Synchronizing field definitions across multiple tables or apps.
- Managing table structures dynamically without manual intervention in the Feishu UI.
Properties
| Name | Meaning |
|---|---|
| 多维表格 Token | The unique identifier token for the Feishu multi-dimensional table App. |
| 多维表格 ID | The unique identifier of the multi-dimensional table within the Feishu App. |
| 字段 ID | The unique identifier of the specific field within the table that needs to be updated. |
| 请求体JSON | A JSON object representing the request body for the update operation. It defines the new field properties such as field_name (new name) and type (field type). Refer to Feishu's API documentation for detailed structure. |
Output
The node outputs an array of JSON objects corresponding to each input item processed. Each output JSON contains the response from the Feishu API after attempting to update the specified field. The exact structure depends on the Feishu API response but generally includes confirmation of the updated field properties.
No binary data output is indicated by the source code.
Dependencies
- Requires valid Feishu API credentials configured in n8n to authenticate requests.
- Depends on Feishu's multi-dimensional table API endpoints.
- The node uses internal helper methods to construct execution metadata and handle errors.
- The user must provide correct tokens and IDs corresponding to their Feishu environment.
Troubleshooting
- Common issues:
- Invalid or expired "多维表格 Token" leading to authentication failures.
- Incorrect "多维表格 ID" or "字段 ID" causing resource not found errors.
- Malformed JSON in "请求体JSON" resulting in request validation errors.
- Error messages:
- If the operation method is not implemented for the given resource-operation pair, the node throws an error indicating the method is unimplemented.
- API errors are caught and can either stop execution or continue based on the node’s "continue on fail" setting.
- Resolutions:
- Verify all IDs and tokens are correct and have necessary permissions.
- Validate JSON syntax before running the node.
- Enable "continue on fail" if partial processing is acceptable.
Links and References
- Feishu Open Platform API Documentation for multi-dimensional tables update field operation:
https://open.feishu.cn/document/server-docs/docs/bitable-v1/app-table-field/update#requestBody