The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.
Hello,I'm a new to the AirTable API and trying to automate adding records with data from another API. I have this function: async function updateCrewRecords(data: CrewDetailsType[]) {
const crewBase = new Airtable({ apiKey: AT_API_KEY }).base('app...