Hello,
I am new to Airtable. I have read the documentation (several times!) but I can’t seem to get my head around a simple filter when using the API (curl).
The field DATE_START is a date and I am trying to query for dates later than a given. The error I am getting at the moment is:
{‘error’: {‘message’: ‘Unknown field name: “”’, ‘type’: ‘UNKNOWN_FIELD_NAME’}}
So my understanding is that the formula is not correct. I am using the URL enconder provided in the documentation and I suspect that the error may be in the formula itself (date later than . My formula can be used from the graphic interface, but I can’t find the way to translate it to “code”
Any help would be very much appreciated.
Thanks