sn_update
Update an existing ServiceNow record by passing its sys_id and field values. Modify incidents, tasks, or any table with specific field changes.
Instructions
Update an existing ServiceNow record. Pass the sys_id and field values to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ServiceNow table name (e.g. incident) | |
| fields | Yes | JSON object of field name/value pairs to update (e.g. {"state":"6","close_notes":"Fixed"}) | |
| sys_id | Yes | The sys_id of the record to update |