How to Create a time Based workflow action using a trigger.
- Abhilash Banpurkar
- Jan 3, 2023
- 1 min read
Updated: Jan 16, 2023

To create a time-based workflow in Salesforce, you will need to follow these steps
Click the "New Rule" button to create a new workflow rule.
On the next page, give your rule a name and select the object that the rule will apply to.
In the "Evaluate the rule when" section, select "created, and any time it's edited to subsequently meet criteria".
In the "Rule Criteria" section, specify the conditions that must be met in order for the rule to be triggered.
In the "Time-Dependent Workflow Actions" section, click the "Add Time Trigger" button.
Set the time and frequency for the trigger and select the action that will be performed when the trigger fires.
Click "Save" to save your workflow rule.
Activate the rule by clicking the "Activate" button.
Comments