Help
David_Weinstein
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Feb 05, 2022
‎Nov 29, 2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

I’m trying get all of the records form an api call into an object so I can use the data in other calculations. I can’t, however, get the function to return what I want. I’ve tried lots of combinations of async/await and .then(), but I can’t get it ...
Hi. Is there a very simple example of how to consume multiple pages when calling GET on the airtable API? I have a simple API Call class, much of which I got from this forum, but there are multiple pages in my data. Here’s my code: class AirtableGet...
I have the following code in a Google Scripts: var data = { "records": [ { "fields": { "Contract Address": "test", "0x8df3aad3a84da6b69a4da8aec3ea40d9091b2ac4": "1234" } } ] ...