Update Record
update_recordUpdate a specific record in a ServiceNow table using its sys_id and a set of field-value pairs to modify the record's data.
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 | |||