ServiceNow · Arazzo Workflow
ServiceNow Import Set Load and Verify
Version 1.0.0
Insert a record into an import set staging table, then read the transformed target record.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflowsArazzoWorkflows
Provider
Workflows
import-set-load-and-verify
Load a staging record and verify the transformed target record.
Inserts a record into an import set staging table and reads the transformed target record back to confirm the load succeeded.
1
insertStagingRecord
insertImportSetRecord
Insert a single record into the import set staging table, triggering the synchronous transform into the target table.
2
verifyTargetRecord
getRecord
Read the transformed target record back through the Table API using the target_sys_id returned by the transform to confirm the load.
Source API Descriptions
openapi