Send email reminder 5 days before each different date columns

Hello there,
I’m trying to send an email to my clients 5 days prior to each specific dates in each column in the same data table. I’m having trouble writting the event that checks when it’s 5 days before the date in each column in the same data sheet.

I’d appreciate any help.
@Steve

Solved Solved
0 5 403
1 ACCEPTED SOLUTION

Solution:

Today() = [date column] - 5 = [2nd date column] - 5 = [3rd date column] - 5 …

View solution in original post

5 REPLIES 5

Aurelien
Google Developer Expert
Google Developer Expert

Hi @casitasrd

Your condition will be:

[dueDate]=TODAY()+5

@Aurelien I get an error when typing [date column] in the formula field. It’s saying is not of the expected types: yes/no.

I configured everything the same way you have it in your instructions.

Please advise. Thank you so much for your help.


You’ll need to create a bot

The triggger will be a Data Change type with this formula

[Date Column]=Today()+5

Simon@1minManager.com

(simultaneous answering )

Solution:

Today() = [date column] - 5 = [2nd date column] - 5 = [3rd date column] - 5 …

Top Labels in this Space