Skip to main content
Solved

Gmail automation triggered a day earlier

  • December 29, 2023
  • 2 replies
  • 21 views

Nedra_Hines
Forum|alt.badge.img+10

Happy Holidays everyone! I have a table that includes columns for both Start Date and End Date. Date format for both date fields is "Local". My gmail automation is setup so that when 'today' is 10 days from the End Date, the client will receive an automated email.

This example, the End date is January 6, 2024 and the email automation triggered December 26th, which is 11 days from the End Date.

How can I fix this so that it triggers when 'today' is 10 days from the End date?

 

Best answer by kuovonne

Airtable tends to use GMT time under the hood, even when the display format is "Local".

A quick-and-dirty workaround is to adjust your automation to use 9 days instead of 10 days.

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • Answer
  • December 29, 2023

Airtable tends to use GMT time under the hood, even when the display format is "Local".

A quick-and-dirty workaround is to adjust your automation to use 9 days instead of 10 days.


Nedra_Hines
Forum|alt.badge.img+10
  • Author
  • Inspiring
  • December 29, 2023

Airtable tends to use GMT time under the hood, even when the display format is "Local".

A quick-and-dirty workaround is to adjust your automation to use 9 days instead of 10 days.


Thank you! Yes, I adjusted the automation to 9 days.