Hi,
I want to allow a customer of mine to export the data on AirTable.
I figured that if the customer put the API key, my program can do the rest, specifically:
- create a table with specific fields
- put the data in
As far as I understood point 2 is easy but point 1 is impossible with current set of API.
Is that true?
PS: I noticed that there is a way to create a table using the Airtable Blocks API but is that only for frontend apps? Or can I work with them on a NodeJS instance?