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.
I am trying to create a record on airtable and I am getting that createdRecords is “undefined”.
All the variables FirstName,LastName,Email,JobLevel print to console but then createdRecords is undefined.
const Airtable = require('airtable');
var base ...