Create Workflow Field Update Action
sf_create_field_updateCreate a Workflow Field Update action that sets a field to a formula, literal, or null when triggered. Use it in Workflow Rules, Approval Processes, or independently.
Instructions
Creates a standalone Workflow Field Update action that sets a field to a formula, literal value, or null when triggered. Can be associated with Workflow Rules, Approval Process steps, or used independently.
objectName: object the field update applies to fullName: developer name of the field update name: display name field: field API name to update operation: Formula, Literal, LiteralBlank, or Null formula: Apex formula (for Formula operation) literalValue: static value to set (for Literal operation)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the field update | |
| field | Yes | Field API name to update, e.g. 'StageName' | |
| formula | No | Formula expression (when operation=Formula) | |
| fullName | Yes | Field update developer name | |
| operation | Yes | Type of update operation | |
| objectName | Yes | Object API name, e.g. 'Opportunity' | |
| description | No | Description | |
| literalValue | No | Literal value to set (when operation=Literal) |