Update Field Value
The Update Field Value action modifies any field on the record that triggered the workflow. Use this to automatically change stages, set dates, assign users, or update any other field value.
Configuration
- Select Update Field Value as the action type
- Choose the Field to Update
- Set the New Value
- Optionally enable Dynamic Value to use tokens
Supported Field Types
All field types can be updated, including:
| Field Type | Example Values |
|---|---|
| Text | "Follow-up needed", "VIP Customer" |
| Number | 100, 250.50 |
| Money | $50,000.00 |
| Date | 2025-01-15 |
| Datetime | 2025-01-15 9:00 AM |
| Dropdown/Select | "Pre-Production", "In Progress" |
| User | John Smith (from user list) |
| Checkbox | Yes/No, True/False |
Static vs Dynamic Values
Static Value
Enter a fixed value that is set every time the action runs:
- Select a dropdown option
- Enter a specific number
- Choose a specific user
- Set a fixed date
Example:
Field: Production Stage Value: "Pre-Production"
Dynamic Value
Enable the dynamic value toggle to use tokens that reference other field values:
- Reference the current date
- Copy a value from another field
- Use the triggering user
Right-click to insert a token from the available fields.
Example:
Field: Last Updated By Value: [Current User] (insert via right-click)
Use Cases
Update Stage Automatically
When a contract is signed, move the project to production:
Field: Production Stage Value: "Pre-Production"
Set Reminder Dates
Calculate and set a follow-up date:
Field: Follow-up Date Value: [Current Date + 7 days] (insert via right-click)
Assign Records
Automatically assign a record to a user:
Field: Project Manager Value: Jane Smith
Clear Field Values
Set a field to empty/blank to clear it:
Field: Temporary Notes Value: (empty)
Copy Values Between Fields
Use tokens to copy from one field to another:
Field: Billing Contact Value: [Primary Contact] (insert via right-click)
Example Workflow
Best Practices
Verify Field Exists
Ensure the field you're updating exists on the object type. If a field is deleted, the action will fail.
Check Field Permissions
Users running the workflow need permission to update the field. System-level workflows bypass user permissions.
Consider Dependencies
Other workflows or automations may trigger when you update a field. Plan for cascading effects.
Use Descriptive Labels
Label the action with what it does:
- "Mark as VIP"
- "Set to Pre-Production"
- "Assign to Sales Manager"
Troubleshooting
Field Not Appearing in List
- Verify the field exists on the object type
- Check if the field is active (not archived)
- Ensure you have permission to view the field
Value Not Saving
- Verify the value matches the field type
- Check for validation rules on the field
- Ensure the value is within allowed options (for dropdowns)
Action Failing
- Check execution history for error details
- Verify the field hasn't been deleted
- Confirm the value is valid for the field type
Next Steps
- Create Activity - Schedule follow-up tasks
- Conditions - Add logic before updates
- Execution History - Monitor update results