Is it possible to create a condition in automate that triggers when a "deadline" date (datetime property) is reached?

Imagine I have an object type with a datetime property that represents a “due date” / deadline. Now I want to setup a monitor with Automate that triggers when that due data / deadline is reached (meaning the current date <= deadline) and applies an action for the related object.
I’m looking for a solution that can utilize live monitoring.

Is something like that possible and if so, how?

1 Like

I think this can be as straightforward as saving an object set from Object Explorer with a relative date filter and then setting the automate trigger condition to be when an object is added to that object set.

(I tested out creating the saved object set, but didn’t actually set up the Automation to confirm this works as I expect, so let us know if this approach works for you.)

1 Like

Thanks for the proposed solution. It is indeed very simple to implement something with that.
But using relative date filters will prevent you from using live monitoring. We are now testing with a 5min schedule.