Previously reported issue: Getting all records modified after a date | Airtable Community
I’m calling Airtable passing
filterByFormula: "IS_AFTER(LAST_MODIFIED_TIME(), '2026-01-25T00:00:00.000Z')",
// filterByFormula: "IS_AFTER({Last Modified}, '2026-01-25T00:00:00.000Z')",
Last Modified is a formula column I created. Neither of them works.
Expected
- Only return records that were edited after a certain date
Actual
- It returns all records
Am I doing something wrong? Is it not supposed to work?
Are there workarounds for this?

