Get record
servicenow_get_recordFetch a single ServiceNow record by table and sys_id. Optionally specify which fields to return.
Instructions
Fetch a single record by table and sys_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sysId | Yes | sys_id of the record (32 chars) | |
| table | Yes | Table name, e.g. "incident" | |
| fields | No |