Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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!
1 Reply 1
Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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()` functions
Once that's done, create an automation that'll trigger based off the formula field above