Executes the specified SOQL query. For more information, see Query.

Parameters

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

Example Output

{
	"totalSize": 859,
	"done": true,
	"records": [
		{
			"attributes": {
				"type": "<string>"
			},
			"account_id": "<string>",
			"account_name": "<string>"
		}
	]
}

Workflow Library Example

Execute Soql Query with Salesforce and Send Results Via Email

Preview this Workflow on desktop