Airtable Rest API

Hello, I’m new to Appgyver and not a professional developer. I’ve managed to create a list from Airtable and have tried to implement it into my app in Appgyver and ended with this error code. I have also tried to make an API straight from google sheets and ended with the same error code. The first one was when I used the Airtable API and the second one was forming my google sheets with the json API. Any help would be very appreciated! Thanks for your time!

Hi,
Here you go https://youtu.be/bsQeQnOpMro
Basically you have to put the word “records” into the get method field.

1 Like

Yes you have to put “records” in the Response Key Path of the GET configuration (if youre using the REST API data configurator)

1 Like

Thanks for your guys help! This really means a lot, I’m impressed to see that there’s such a great community behind this app development site! Some reason I can only put one as the solution but thank you both for the help!

Hi John,

I’m having a similar issue. But “records” isn’t working for me. Any chance you know what I’m missing?

1 Like

Nevermind Just figured it out!

1 Like

If anyone else runs into this issue my fix was: “response.results”

1 Like