Last updated
Last updated
When using a workflow that's when a record is updated, you can watch certain fields so that the workflow will only run when those fields are updated.
For example, you could send an email when a user's role is changed.
Any field that can be updated can be watched such as the user's first name, last name or email. Fields that are read-only or calculated such as formulas or rollups or internal fields like "is active" can not be watched.
No. We only count a workflow run that matches any of the watched fields (if specified)
If you leave the watched fields blank your workflow will run any time the record is updated.
You can only watch fields when a record is being updated. If you need to conditionally run a workflow when a record is created or deleted you can use an action
Triggering a workflow when certain fields are updated