lark_bitable_create_record
Creates a new record in a Feishu (Lark) bitable by providing the app token, table ID, and field-value pairs.
Instructions
向飞书多维表格写入一条新记录
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_token | Yes | 多维表格的 app_token | |
| table_id | Yes | 数据表 ID | |
| fields | Yes | 字段键值对,例如 {"任务名": "开发", "状态": "进行中"}(值均为字符串) |