Frends.Salesforce.ExecuteQuery / 3.0.0
Summary
Runs a SOQL query and returns the records, following Salesforce's own query language rather than SQL.
Typical use — reading Salesforce data into a Process, including relationships that would be joins elsewhere
Input-class for ExecuteQuery-task.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Query | String |
– | SELECT Name from Customer |
Query which will be executed. |