SEARCH_OBJECTS_ADVANCED_SALESFORCE

Search for Salesforce objects with a SOQL query.

icon of SalesforceSalesforce
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
SEARCH_OBJECTS_ADVANCED_SALESFORCE(soql_query)
soql_query

The SOQL query to be used to get information from Salesforce. For example: "SELECT ID, FirstName FROM LEAD".Check SOQL's documentation for more info.

Examples

SEARCH_OBJECTS_ADVANCED_SALESFORCE("SELECT ID, FirstName FROM LEAD WHERE Country ='United States'") returns leads from the United States.