UpdateRecord
Updates an existing record in a target table in ServiceNow.
Input
| Name | Type | Required | Description |
| TableName | String | True | Specifies the name of the ServiceNow table containing the record to update, such as 'incident' or 'task'. |
| Payload | String | True | Provides a JSON object containing the field names and updated values to apply to the specified record, ensuring it follows the table's schema and field constraints. |
| SysId | String | True | Identifies the system identifier (sys_id) of the record to update in the target table. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the record update operation completed successfully and the changes were saved in ServiceNow. |