Batch Update Records
batch_update_recordsUpdate multiple ServiceNow records across tables in a single batch. Modify field data for specified records with ordered operations.
Instructions
Update multiple records across one or more ServiceNow tables in a single batch. Each update specifies a table, sys_id, and the field data to update.
IMPORTANT: This modifies records on the ServiceNow instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | The ServiceNow instance auth alias (e.g., "myinstance", "prod"). If not provided, falls back to the SN_AUTH_ALIAS environment variable. | |
| updates | Yes | Ordered list of update operations to execute. | |
| stop_on_error | No | When true, stops on first error. When false (default), continues past errors. |