External DocumentationTo learn more, visit the Salesforce documentation.
Parameters
Example Output
Workflow Library Example
Execute Soql Query with Salesforce and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Query | A SOQL query. For more information, see Data Cloud Query Profile Parameters. |
{
"totalSize": 859,
"done": true,
"records": [
{
"attributes": {
"type": "<string>",
"url": "<string>"
},
"Lead_Id_Text__c": "<string>",
"Status": "<string>",
"Merchant_ID__c": "<string>"
},
{
"attributes": {
"type": "<string>",
"url": "<string>"
},
"Lead_Id_Text__c": "<string>",
"Status": "<string>",
"Merchant_ID__c": "<string>"
}
]
}
Was this page helpful?