dingtalk_aitable_record_create
Insert one or more records into a DingTalk Aitable table by specifying the base ID, table ID, and a JSON array of record fields.
Instructions
向数据表插入一条或多条记录
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | Yes | Base ID | |
| records | Yes | 记录数组(JSON 格式,每项为 {fields: {...}}) | |
| table_id | Yes | 数据表 ID |