Skip to main content
Version: Next

Run SOQL Query (obsolete)

Executes the specified SOQL query, optionally storing the output for use in other actions.WARNING: We changed the way we connect to the Salesforce service. For security reasons please read this documentation entry to learn how to setup your account.

Parameter Reference

ParameterDescriptionSupports TokensDefault
Salesforce Login URLSalesforce Login domain. Example: https://ap1.salesforce.com/ or https://ap1.salesforce.com/services/oauth2/token. Leave empty to use https://login.salesforce.com/services/oauth2/tokenNoNone
Salesforce UsernameRequired. A valid Username, Password and Security Token must be passed to Salesforce in order to authenticate and establish a secure session.NoNone
Salesforce PasswordRequired. A valid Username, Password and Security Token must be passed to Salesforce in order to authenticate and establish a secure session.NoNone
Salesforce Security TokenRequired. A valid Username, Password and Security Token must be passed to Salesforce in order to authenticate and establish a secure session.NoNone
SOQL QuerySOQL to execute. Can contain My Tokens.YesNone
Extract ColumnsOptionally provide an association table to parse columns into context data. Can contain other context tokens, for example [Name], and My Tokens.YesNone
On ErrorDefine a list of actions that should execute when this action's result is Error. You can use the [ErrorMessage] token to show the error message.NoNone