Salesforce Sales Cloud · Arazzo Workflow
Salesforce Sales Cloud Paginated SOQL Export
Version 1.0.0
Run a large SOQL query, then page to the next batch when the first is not complete.
Provider
Workflows
paginated-soql-export
Execute a SOQL query and fetch the next batch when not done.
Runs the supplied SOQL query, branches on the done flag, and when more records remain retrieves the next batch using the query locator.
1
runQuery
executeSOQLQuery
Execute the SOQL query and read the first batch.
2
nextBatch
getNextQueryResults
Retrieve the next batch of results using the query locator.