
ServiceNow - Create Table Record
This atomic belongs to the ServiceNow atomic group.
Creates a new record in a ServiceNow table. Tables contain many different types of objects in ServiceNow including things like incidents, assets, change requests, and more. The fields available vary by table, so please refer to the ServiceNow API documentation for more information about using this API.
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:
[] Create the table record
[] Check if the request was successful:
[]> If it was, extract the record details and set the output variables
[]> 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