Mar 17, 2023 12:08 PM
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!
Mar 18, 2023 01:10 AM
First, create a formula field that will check whether said due date has passed with the `IS_AFTER()` and `TODAY()` functionsOnce that's done, create an automation that'll trigger based off the formula field above