Hi all,
This forum has been a huge help in getting me unstuck in many instances.
I haven’t found an explicit answer for this one, so posting here.
I have an API call to the Airtable API in which I am looking to retrieve a record that matches on a specific field value (not the record id) and I am looking to identify that field by it’s field id rather than it’s field name.
Is this possible? If so, what would be the proper syntax?
For clarity here a sample syntax with field name as the identifier.
NOT({Field Name} = ‘data’)
ergo appending option of filterByFormula=NOT%28%7BField%20Name%7D%20%3D%20%27data%27%29
