Salesforce Sales Cloud · Arazzo Workflow
Salesforce Sales Cloud Bulk Import Accounts
Version 1.0.0
Create a batch of Accounts in one collection call, then verify the count with SOQL.
Provider
Workflows
bulk-import-accounts
Bulk-create Accounts via a collection request, then verify via SOQL.
Posts a collection of Account records with allOrNone semantics, then runs a SOQL query to confirm the imported Accounts are present.
1
createAccounts
createSObjectCollection
Create the batch of Account records in a single collection call.
2
verifyImport
executeSOQLQuery
Run a SOQL query to confirm the imported Accounts exist.