Get Record
get_recordRetrieve a specific ServiceNow record by its sys_id, optionally selecting only the fields you need.
Instructions
Get a single record from a ServiceNow table by sys_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated list of fields to return | |
| sys_id | Yes | The sys_id of the record | |
| table_name | Yes | The ServiceNow table name |