The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! 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...