update_feishu_bitable_record
Update a specific Feishu Bitable record using its record ID. Automatically reads current field structure; for select fields, provide option name(s) as string or array.
Instructions
通过 record_id 更新指定 Bitable 行。更新前读取实时字段结构;单选传选项名称字符串,多选传选项名称数组。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | 以字段名称或 field_id 为 key 的记录字段值 | |
| table_id | Yes | Bitable table_id(数据表 ID) | |
| app_token | Yes | Bitable app_token(多维表格 Token) | |
| record_id | Yes | 需要更新的 Bitable record_id |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||