GetRecord
Retrieves a specified record from a target table in ServiceNow.
Input
| Name | Type | Required | Description |
| TableName | String | True | Specifies the name of the ServiceNow table from which the record should be retrieved, such as 'incident' or 'task'. |
| SysId | String | True | Defines the system identifier (sys_id) of the record to retrieve from the specified ServiceNow table. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the record retrieval operation completed successfully and the requested record was found. |
| * | String | Returns all fields and values of the retrieved record as output columns when the operation is successful. |