I am working with the Airtable API using PHP to retrieve records.
I find that I can use curly braces around field names when using filterByFormula. However, I cannot use curly braces around field names when specifying which fields to include or which fields to sort by.
This does not appear to be a problem because field names with spaces are retrieved even without the curly braces. However, I still found being unable to include curly braces confusing.
Has anyone else noticed this? I didn’t see this covered in the documentation.