Loading

Task Reminder Based on Due Date using Salesforce Flow

Julkaisupäivä: Feb 12, 2026
Kuvaus

Configure a flow to send an email reminder to the user based on the task due date.

Ratkaisu

A reminder email should be sent to the user one day before the task's due date if it is not completed. This automation can be built with a Record-Triggered Flow based on the Task object. Follow these steps to accomplish it:

  1. Navigate to Setup

    SetUp.png
  2. In the Quick Find box, enter Flows, and then select Flows

    Quick Find Box.png
  3. Click on the New Flow button, select Record-Triggered Flow, and press Create

    Record Trigger and Create.png
  4. Under the Select Object section, set the object as Task, and in the Configure Trigger, choose A record is created or updated

    Select Object.PNG
  5. In Condition Requirements, choose All Conditions Are Met (AND). Add the following details as your Entry conditions:

    First entry condition:
    • Field: Status
    • Operator: Does Not Equal
    • Value: Completed
    Second entry condition:
    • Field: Activity Date
    • Operator: Is Null
    • Value: False
    Set Entry Conditions.PNG
  6. In the When to Run the Flow for Updated Records section, choose Only when a record is updated to meet the condition requirements, select Actions and Related Records, and click on Done

    When To run.PNG
  7. Click on + Add Scheduled Paths (Optional) action

    Add Schedule.PNG
  8. Set the Schedule Path with the following details and click on Done:

    • Path Label: 1 Day Before Task Due Date
    • Time Source: Task: Due Date Only
    • Offset Number: 1
    • Offset Options: Days Before
    Path.PNG
  9. Note that the record with a past date will also enter the path. To avoid this, add a Decision Element to not run the path if it is past the date.

  10. Add a Decision Element using the details below. In the When to Execute Outcome section, select If the condition requirements are met and click on Done:

    • Label: Due Date Greater Than Today
    Outcome details:
    • Label: Yes
    • Field: {!$Record.ActivityDate}
    • Operator: Greater Than
    • Value: {!$Flow.CurrentDate}
    Decision Element.PNG
  11. Under the Yes route, add an Action and select the Send Email core action to send an email to the task owner. An email template can also be used instead of the Email Core action.

    Email Action.PNG
  12. Save your Flow and give it a Name. The Flow API Name will auto-generate.

    Save Flow.PNG
  13. Click on Activate to start reminding task owners via email.

    Activate.PNG


All done. Here is what the complete Flow looks like:

 

Final Flow.PNG
 
Lisäresurssit
Written by: Iqrar Ahmed | Salesforce Answers Leader
Iqrar Ahmed is a Senior Salesforce Consultant with over 8 years of experience. He is currently working at Aware Services.
Submissions reflect only the opinions of the user who made the Submission available and not the opinions of Salesforce. For questions, tap into the wisdom of our Trailblazer Community here.
Knowledge-artikkelin numero

000394827

 
Ladataan
Salesforce Help | Article