Hi all, wondering if anyone can help me out here.
I am tracking some data which is time-sensitive and set up a trigger following Airtable’s recommended steps but I would like to customize it further by having the reminders triggered within 30 days before the due date.
For example - if the item is due on 1 May, I would like the reminder to be triggered in April.
How could I modify the formula?
For reference, this is the existing formula as recommended by Airtable:
IF(
AND(
{Due Date},
NOW() >= {Due Date}
),
“Trigger Reminder”
)
Thank you! Any help would be greatly appreciated.