update_record
Update existing ServiceNow records by sys_id, modifying only the specified fields while leaving others unchanged.
Instructions
Update an existing record on any ServiceNow table by sys_id. Only the fields you provide will be changed — other fields are untouched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ServiceNow table name. | |
| fields | Yes | Object of field name → new value pairs. Only provided fields are updated. | |
| sys_id | Yes | The 32-character hex sys_id of the record to update. |