Skip to main content
Executes the specified SOQL query.
External DocumentationTo learn more, visit the Salesforce documentation.

Parameters

ParameterDescription
QueryA SOQL query.
For more information, see Data Cloud Query Profile Parameters.

Example Output

{
	"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>"
		}
	]
}

Workflow Library Example

Execute Soql Query with Salesforce and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop