batch_update_records
Batch update multiple records in a worksheet by setting the same field values for a list of record IDs.
Instructions
批量更新多条记录的相同字段
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worksheetId | Yes | 工作表ID或别名 | |
| rowIds | Yes | 记录ID列表 | |
| data | Yes | 要更新的字段数据(所有记录更新相同字段) |