bitableCreateRecord
Add a new record to a specified Feishu/Lark multi-dimensional table by providing field values as JSON data.
Instructions
【飞书多维表格】在指定数据表中创建一条记录。fields 为字段名 → 值的 JSON 字符串。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_token | Yes | ||
| table_id | Yes | ||
| fields | Yes | JSON string: {"字段A":"val","字段B":123} |