Questions tagged [airtable]

Questions related to interacting with Airtable databases programmatically.

Airtable is a spreadsheet like software in the cloud.

286 questions
1
vote
1 answer

React - Uncaught TypeError: Cannot read property "name' of undefined using Airtable

I am building a small Survey component in React where the user can decide to upvote or not among different choices. Votes are registered in a table called "Survey" via Airtable The problem I have is that I receive in the terminal an error called :…
EsoMars
  • 337
  • 3
  • 14
1
vote
1 answer

Loop from multiple airtable bases in a Next JS page

I think this more of a general async/await loop question, but I'm trying to do it within the bounds of an Airtable API request and within getStaticProps of Next.js so I thought that is important to share. What I want to do is create an array of base…
Dan Denney
  • 290
  • 2
  • 14
1
vote
1 answer

How do you create a partial pie chart on vega-lite for single data point?

I am using vega-lite to create a pie chart (on Airtable). I have a single data point, which is a target set by me, and the percentage complete for that target. For example, as below: { "Target": "Get 10 customers", "Percentage…
Adnan Siddiquei
  • 433
  • 1
  • 5
  • 11
1
vote
1 answer

How to fix the issue CSS is not reflecting on Iframe of Air-Table?

I am trying to add CSS property inside the Air-Table iframe but CSS didn't reflect. Code
Saad Masood
  • 312
  • 1
  • 2
  • 16
1
vote
1 answer

HTML Form strangely POSTING before I even submit

I have this HTML form:
Company Information
Juan-man
  • 436
  • 4
  • 13
1
vote
0 answers

Using Airtable to fetch data from my English quiz project (iOS-swift)

I'm new to iOS, self-learning swift, currently on API section and want to use Airtable for my English quiz project, I have figured out how to fetch data and show questions/options, @objc func fetchQandA() { let urlStr =…
1
vote
1 answer

Airtable Typescript - import types from DefinitelyTyped library

I'm new to Typescript so please forgive my simple question. Using the Airtable npm library, I want to import the different types into my project. I've imported the @types/airtable npm module but I can't seem to import them. This is my code: import…
Dave Cook
  • 617
  • 1
  • 5
  • 17
1
vote
1 answer

Invalid cookie header: Airtable

I'm trying to select a record from particular view in Airtable using the Java library So far i have set break points to check if everything is initialised and it seems be okay. My api key is correct and the Airtable instance is setup correctly. …
magicmass
  • 89
  • 9
1
vote
0 answers

jQuery Lazy not working – with Airtable and Vue

Can anyone help me out how to pass Airtable data into the 'data-src' variable for my image? Details below. I created a simple html site, where I use Vue/Airtable to pass some images from my Airtable base to an html object:
CasperN
  • 11
  • 2
1
vote
1 answer

Firebase sync new users with airtable

I have a user list in Airtable and user accounts on FireBase. I want to create a new record on Airtable every time a new user signs up to firebase (the list under authentication). Is there a way to strictly automate that process from within those 2…
Tom Bar-Gal
  • 209
  • 2
  • 4
  • 13
1
vote
1 answer

Python script to scroll down non scroll-able page

I have an Airtable table I review on occasion and tried to create a Python script using selenium to scroll down a full page until it gets to the end. Here's the code but I can't get it to scroll down. I don't get any errors but it seems like it…
iron502
  • 47
  • 7
1
vote
1 answer

why am I getting undefined on this function?

I'm building a dialogflow agent that uses Airtable as database (library: airtable js) Everything works fine except I can't get the value "out of" the function in order to send it back to the dialogflow agent. Function function showSinglePrice(agent)…
1
vote
1 answer

Shortest route to solve undefined from Async/Await

I'm trying to protect my API key using a Netlify function (a modified return-env.js) that grabs and outputs an environment variable. Since my project is in vanilla JS, I then have to grab the key from the function in order to use it. But this is…
east1999
  • 199
  • 5
  • 15
1
vote
2 answers

Airtable: Join two tables into a unified master output

I have data in two different linked tables in Airtable and I need to join them together. See example: The PERSON table looks like: Name | Classes ---------------- John | A,B,C,F Sally | B,F Max | B,C While the linked CLASSES table looks…
Trees4theForest
  • 1,267
  • 2
  • 18
  • 48
1
vote
2 answers

Remove / hide browser generated "Waiting for someapicall.com..." in lower left corner?

Is there a way to hide this "Waiting for..." alert during an api call? It shows up in the lower left corner of Chrome roughly where you see URLs when you hover links. It seems browser-specific because I see it in Chrome but not in Firefox. Is it…
Kirk Ross
  • 6,413
  • 13
  • 61
  • 104