The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.
I'm looking for a way to get record fields by id not by name.It's possible while using select method using returnFieldsByFieldId parameter , but don't find how with find, update and create methods.The web API supposes this is possible, but I don't fi...
I've found this code to pass query parameters to find() function, but it throw "Uncaught (in promise) TypeError: done is not a function" :base('YOUR_TABLE_NAME').find('recxxxxxxxxxxxxx', { returnFieldsByFieldId: { 'fldxxxxxxxxxxxxx': true, ...