create_record
Add a new record to a specified worksheet by providing the worksheet ID and field data.
Instructions
在工作表中创建新记录
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worksheetId | Yes | 工作表ID或别名 | |
| data | Yes | 记录数据,key为字段ID或别名,value为字段值。例如: {"title": "任务标题", "status": "进行中"} |