Update Record
update_recordUpdate a ServiceNow record by providing the table name, record sys_id, and field-value pairs. Optionally acknowledge destructive changes with the confirm flag.
Instructions
Update an existing record in a ServiceNow table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Fields to update as key-value pairs | |
| sys_id | Yes | The sys_id of the record to update | |
| confirm | No | Acknowledge this destructive change. Only consulted when the server runs with --write-confirm and the client cannot show a confirmation dialog; ignored otherwise. | |
| table_name | Yes | The ServiceNow table name |