Return Salesforce records using SOQL agent tool
This is a 'Workflow' template which means that it is a single standalone workflow.
Some workflow templates can be modified to work with other workflow templates - e.g. to convert a data sync between two services from uni-directional to bi-directional
- On this page
- Return Salesforce records using SOQL agent tool
Send this tool a SOQL query, including a record type and where clause with valid API names and value for record fields and it will return a total count of matching records and the first page of matching records matching the query. This tool works well when you need to filter a set of record using a variety of fields required to match a user's query. The SOQL query, can have whatever fields are required in the where clause, the record Type and whatever fields are required for the query in the SELECT statement.