GetRecord
Retrieves the specified record of the target table in ServiceNow.
Input
| Name | Type | Required | Description |
| TableName | String | True | The name of the ServiceNow table where the record should be retrived (e.g., 'incident', 'task'). |
| SysId | String | True | The unique system identifier (sys_id) of the record in ServiceNow. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation completed successfully (true/false). |
| * | String |