Hello,
I’m using the Airtable Python wrapper found here: Airtable Python Wrapper Documentation — Airtable Python Wrapper documentation
I’m trying to get all records modified after some date time. My code is:
AT = Airtable(BASE_KEY, TABLE_NAME, API_KE...