External DocumentationTo learn more, visit the Salesforce documentation.
Actions
Execute SOQL Query
Executes the specified SOQL query.

Preview this Workflow on desktop
Was this page helpful?
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?