ServiceNow · Arazzo Workflow
ServiceNow Bulk Import Records
Version 1.0.0
Insert multiple records into an import set staging table, then verify the first transformed row.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflowsArazzoWorkflows
Provider
Workflows
bulk-import-records
Bulk-load staging records and verify the first transformed target row.
Inserts multiple records into an import set staging table and reads the first transformed target record back to confirm the batch.
1
insertBatch
insertMultipleImportSetRecords
Insert the array of records into the import set staging table, triggering a synchronous transform for each row.
2
verifyFirstRecord
getRecord
Read the first transformed target record back through the Table API using its target_sys_id to confirm the batch loaded.
Source API Descriptions
openapi