Airtable and Glide connection

Hi, I’ve been using Glide with an Airtable base for over a year, and my Calendar component has always worked fine. It uses two Airtable date fields (Arrival date as start, Departure date as end).

A few days ago, without me changing anything in Airtable or Glide, the calendar suddenly started showing the same date (13 August 2025) for all events. In Airtable, the dates are all correct and different for each record. The fields are true Date type (not text or formulas).

I’ve tried:

  • Reloading data in Glide

  • Disconnecting and reconnecting Airtable

  • Creating a new app

  • Creating a new Airtable base

  • Double-checking field types

The problem persists — it’s as if Glide is reading only one date and applying it to all items.

Has anyone else experienced this recently? Is this a known bug with Airtable date fields?

What I see in Glide

What I see in Airtable

Thanks in advance!

This issue has been reported to Glide Engineering, and a fix is in the works. At this stage, no ETA on when the fix will be deployed.

1 Like

Ha okay, I did find a fix though! In the data field in Airtable I added that it should show also the time and that actually worked, so now I see this in my calendar:

But thank you for the quick answer!!

Yes, that actually makes sense. It seems that a date value like YYYY-MM-DD is misinterpreted as the current date, but a date with a time (YYYY-MM-DDTHH:MM:SSZ) is interpreted correctly.

1 Like