Daily Routine: Send mail when date in data-table equals ***

Hi,

i got a datatable with a date (in the future) in 1 column. I want to check daily, if the time that is left to this date is below 1 Month from “Today”. If the statement is correct, the routine should send me an email (once).

Is this what a “scheduled workflow” means? A process in the background executed once a day/week/month without being triggered from a user?

Thank you for your answer.

Yes, you can set up a ‘Backend’ workflow to run on the server every day, to do a search for Things who’s date is less than a month from today then run an action (i.e. send you an email) if there are any.

1 Like