Salesforce · Arazzo Workflow
Salesforce SOQL Query
Version 1.0.0
Run a SOQL query then page additional results via the queryMore token.
View Spec
View on GitHub
AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
soql-query
Run a SOQL query and page the next batch of results when more remain.
Executes a SOQL statement, captures totalSize, done, nextRecordsUrl and the first page of records, then retrieves the next page by query id when the result set is not yet complete.
1
runQuery
executeQuery
Execute the SOQL query. Returns totalSize, a done flag, the first page of records, and a nextRecordsUrl when more pages remain.
2
queryMore
getNextQueryPage
Fetch the next page of query results using the query id taken from the previous response's nextRecordsUrl. Repeat until the done flag is true.