Skip to main content

Due Date Automation

  • March 17, 2023
  • 1 reply
  • 25 views

Forum|alt.badge.img

Hi all, 

I was wondering how to create an automation that will change a Status to "Overdue" once the due date has passed?

Thank you!

1 reply

TheTimeSavingCo
Forum|alt.badge.img+31

First, create a formula field that will check whether said due date has passed with the `IS_AFTER()` and `TODAY()` functions

Once that's done, create an automation that'll trigger based off the formula field above