Update Records
kintone-update-recordsUpdate multiple records in a kintone app. Use kintone-get-form-fields first to discover field codes and required formats.
Instructions
Update multiple records in a kintone app. Use kintone-get-form-fields tool first to discover available field codes and their required formats. Note: Some fields cannot be updated (LOOKUP copies, STATUS, CATEGORY, CALC, ASSIGNEE, auto-calculated fields).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The ID of the app to update records in (numeric value as string) | |
| records | Yes | Array of records to update (min 1, max 100). Each record must have an ID to identify which record to update. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| records | Yes | Array of updated record information |