Trigger an action based on a due date and the "current date/time"

Hello Everyone,

**I’m looking for your help, I’m trying to trigger an action based on " a due date" when the “current date/time” meets this “due date”. (Like an auction basically). **

I’ve implemented a trigger through the Backend workflow with in the “only when” section : “Thing’s now due date < current date/time” but nothing happen…

The others field works fine, because when I leave the “only when” section empty, the trigger works instantly. (Not at the end of the “due date” i mean)

Thanks a lot for your help.

What you want to do is once the Due Date is determined also do Schedule an API workflow and schedule it for that date. Then you just need to make a backend workflow that does what you want when that due date comes up

I recommend saving the API ID result from the schedule API workflow step into a field, so if you have to reschedule or cancel it you have the API ID to do it

This topic was automatically closed after 70 days. New replies are no longer allowed.