Hi there
is there any option to retrieve column names?
Something similar to Google Sheets:
Method: spreadsheets.values.get
if range A1:X1 provided, then column names are returned.
1 Like
Make a call to the table index and read the field keys.
However, if any fields are blank, the API will not return those fields.
2 Likes
If all the fields are blank, then also how to retrieve the field names from the airtable API?
Hello, I’m sorry to bring a somewhat aging post back to life, but I’m also interested in just being able to pull in the column names. It was mentioned to make a call on the index table. But I don’t see documentation for that. Is the index table something that always exists or something I’d have to create in my database?
Thank you for the help.
1 Like