Feishu Node icon

Feishu Node

Feishu Node

Actions106

Overview

This node interacts with the "多维表格" (Multidimensional Table) service to delete a specific field from a data table. It is useful when you need to programmatically remove unwanted or obsolete columns from your multidimensional tables within an automated workflow.

Practical examples include:

  • Cleaning up a data table by removing deprecated fields.
  • Automating schema updates in response to changing data requirements.
  • Managing table structures dynamically based on external triggers or conditions.

Properties

Name Meaning
多维表格 Token The unique identifier token for the 多维表格 App, used for authenticating API requests.
多维表格 ID The unique identifier of the multidimensional data table from which a field will be deleted.
字段 ID The unique identifier of the specific field (column) in the data table to be deleted.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this would include confirmation of the deletion or any relevant metadata returned by the API after successfully removing the field.

No binary data output is expected from this operation.

Dependencies

  • Requires an API token credential for the 多维表格 App to authenticate requests.
  • The node depends on the external 多维表格 API service to perform the field deletion.
  • Proper configuration of the API token and table/field IDs is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or expired 多维表格 Token leading to authentication failures.
    • Incorrect 多维表格 ID or 字段 ID causing "not found" errors.
    • Network connectivity problems preventing API calls.
  • Error messages and resolutions:

    • "未实现方法" ("Unimplemented method"): Indicates that the requested resource-operation combination is not supported; verify that the Resource and Operation parameters are correct.
    • API error responses related to authorization: Check that the provided token is valid and has sufficient permissions.
    • Field or table not found errors: Confirm that the IDs correspond to existing entities in the 多维表格 system.

Links and References

  • Refer to the official 多维表格 API documentation for details on authentication and field management endpoints.
  • Consult n8n community forums or documentation for best practices on using API tokens securely within workflows.

Discussion