Salesforce
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.
Parameter List
Syntax
ADD_OR_UPDATE_OPPORTUNITY_SALESFORCE(opportunity_name, stage_name, close_date,
[property1, value1]
)opportunity_name
Name of the opportunity to add or update in Salesforce. For example: "Salesforce"
.
stage_name
The opportunity's stage. For example: "Prospecting"
.
close_date
Expected date to close the opportunity. For example: "2019-11-01"
.
[optional] property1
Opportunity field in Salesforce to set or update. For example: "CloseDate"
. For a list of fields, check Salesforce's oppportunity documentation.