Create Salesforce Workflow Field Update Action
sf_create_workflow_field_updateCreate a Salesforce workflow field update action to set a field to a literal, formula, or null value for use in approval processes, workflow rules, or flows.
Instructions
Creates a Workflow Field Update action that can be referenced by Approval Processes, Workflow Rules, or Flows. Sets a field to a literal value, formula result, or null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | Field API name to update, e.g. 'StageName' | |
| label | Yes | Human-readable label | |
| formula | No | Formula for the new value, e.g. 'TODAY()' | |
| nullValue | No | Set the field to null/blank | |
| actionName | Yes | API name of the action, e.g. 'Set_Stage_Closed_Won' | |
| objectName | Yes | Object API name, e.g. 'Opportunity' | |
| literalValue | No | Literal string/picklist value to set | |
| notifyAssignee | No | Notify owner/assignee after update |