Salesforce
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.