Salesforce SOQL

Executes Salesforce SOQL query.

This action allows you to run a custom SOQL (Salesforce Object Query Language) query and retrieve results directly from your Salesforce instance. Useful for fetching specific records or field values in flows.

Action Inputs

NameTypeDescription
Salesforce Instance URLStringThe URL of the Salesforce instance, generated during authentication.
Salesforce Access TokenSensitiveStringThe access token for Salesforce, generated during authentication.
SOQL QueryStringThe full SOQL query to be executed.

Action Outputs

NameTypeDescription
DoneBooleanIndicates whether the SOQL operation was completed successfully.
SuccessBooleantrue if the query was executed successfully; false otherwise.
Total SizeNumberTotal number of records returned.
RecordsListList of records returned as JSON objects.

This action is ideal for retrieving Salesforce data dynamically based on any valid SOQL statement.