
ServiceNow - Get Table Record by ID
This atomic belongs to the ServiceNow atomic group.
Gets a single record from a ServiceNow table by its sys ID. Tables contain many different types of objects in ServiceNow including things like incidents, assets, change requests, and more.
Target: ServiceNow integration target or an HTTP Endpoint for "your-tenant.service-now.com" with a path of "/api"
Account Key: None if using an integration-provided target, HTTP Basic Authentication for an HTTP Endpoint target
Steps:
[] Get the table record
[] Check if the request was successful:
[]> If it was, extract the record and set the output variable
[]> If it wasn't, output an error
More information about this API: https://www.servicenow.com/docs/bundle/xanadu-api-reference/page/integrate/inbound-rest/concept/c_TableAPI.html