Help
Development & APIs
Share, ask questions, and learn more about the backend of your Airtable applications.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Script incorrect

Hello everybody,I am experiencing issues running an automation script. Basically, I have created an automation that sends information to a webhook link. My issue arises during the step where the information is sent to the webhook link—I am encounteri...

Alessio1 by 4 - Data Explorer
  • 679 Views
  • 1 replies
  • 0 kudos

Extract just the 'url' of Airtable images in CSV export

When you are exporting an attachment value from the API the JSON object has multiple properties: url, width, height, etc. We have made it possible to distill the JSON down on our platform, https://www.csvgetter.com.This means, if you'd like just want...

GavinA by 8 - Airtable Astronomer
  • 120 Views
  • 0 replies
  • 0 kudos

Resolved! Invalid Offset Value

Hi there,I'm facing this issue unfortunetly i checked on the community but none of the solutions work for me.This is the error: "type" Invalid_Offset_Value - The value of offset 100 is invalid.I'm trying to get 350 rows. I already did a first api cal...

Resolved! OpenAPI import of JSON script stops unexpectedly.

Goal: importing JSON from an open API into my airtable base.How: Using a script extension in the base (at the bottom of this message), with proper error logging.Result: No return after “let response;” The script just seems to stop without any error t...

TMI by 4 - Data Explorer
Solved
  • 3133 Views
  • 2 replies
  • 2 kudos

Shopify Order Integration Code

If anyone is interested, I wrote some code to sync over new Shopify orders to Airtable using the Shopify Order Created webhook and the APIs of both platforms. The code can be found in this Github repo:https://github.com/codeupify/functions/blob/main/...

acidcoder by 4 - Data Explorer
  • 1973 Views
  • 2 replies
  • 0 kudos

Linked records in API call

Hello,I'm trying to run a script from BaseA to create a new record in BaseB. The new record in BaseB has a linked field, I followed this convention to reference it: Field_Name: [{id: record_id}]. I get INVALID_RECORD_ID error, though I've double-chec...

k6no by 4 - Data Explorer
  • 516 Views
  • 2 replies
  • 2 kudos
Labels