Help
Digital_Bo
4 - Data Explorer
4 - Data Explorer
since ‎Feb 17, 2021
‎Nov 29, 2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello, I’m new to Airtable and I’m trying to build a React Next.js app with Airtable as an api. here is the relevant code in pages/index.js export async function getStaticProps() { var Airtable = require('airtable'); var base = new Airtable({ apiKe...