Date Condition

Hi,

I am a bit lost with setting up a condition for an automation that scans a database then sends an email.

I would like the email to be sent within 2 days of the booking date. This so far has worked well as if I have had a late booking, say a day before, the email will still send. Great so far.

The problem is, if I have to backdate for some reason and create an item with a date that has passed, the automation will still run. I guess what I am after, is how do I set the condition to be “don’t run if booking date is past today”?

Thank you!

Hi,
What if you add an additional AND filter condition with “Booking Dates” AFTER formatDate({{now}}; YYYY-MM-DD)?

2 Likes