update_record
Update existing records in any ServiceNow table by providing the table name, record sys_id, and key-value pairs for fields to change.
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 | |
| table_name | Yes | The ServiceNow table name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||