Skip to main content

selectRecordsAsync

  • April 29, 2021
  • 1 reply
  • 0 views

var Airtable = require(‘airtable’);

var base = new Airtable({apiKey: ‘key*************’}).base(‘appW1Vv1p4IHxtiWQ’);

var accumulator = ;

let table = base.getTable(“People”);

let query = await table.selectRecordsAsync();

console.log(query);

1 reply

Not sure I follow. You’re having API issues?


Reply