I was looking at the API reference... why is there no method to retrieve an element by a field that is defined as PK? That … is basic DB functionality.
Currently the only way to use GET (HTTP) to retrieve a record, is with a value no one knows and that can only be calculated via the RECORD_ID() function (... after you already have the record!)
To me this .. is so weird haha :-)
Is it me?
What I would expect is that Airtable allows via the API to query the table with AT LEAST the PK values.