Help

Re: Due Date Automation

487 0
cancel
Showing results for 
Search instead for 
Did you mean: 
jkuiper
4 - Data Explorer
4 - Data Explorer

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 1

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