Hi,
I have a field which I can see in API documentation for the table.
https://airtable.com/{app_id}/api/docs#curl/table:{table_name}:fields
I don’t see the field in rest of the docs (list/retrieve/create/update).
I don’t get the field in the API response either when I’m trying to list records.
Table name is 110 characters long, is Single select
, string
.
I’m wondering if the length of the field name is the reasoning of the missing field.
I would like to know what to do to get the field in API response.