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

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...

Simple external API call hits 405 (Method not allowed)

I'm trying to execute a simple API call to Fireberry:   const options = { method: 'POST', headers: { accept: 'application/json', 'content-type': 'application/json', tokenid: '...' }, body: JSON.stringify({accountname: 'Test'}) }; ...

Roy_Golan by 5 - Automation Enthusiast
  • 261 Views
  • 2 replies
  • 1 kudos

Hyperlinking - This should be easy.

If anyone could shed light on this I would be appreciative. In my example, I have two columns, one with a ResourceName, the other a URL. A third column would hyperlink the ResourceName with the URL. Easy peasy? Not so. Still. A: ResourceName    Brown...

elasticp by 4 - Data Explorer
  • 186 Views
  • 1 replies
  • 0 kudos

Resolved! Scripting Extension Hotkeys?

Is there a list anywhere of the hotkeys for the scripting extension?  Specifically, I'm looking for a hotkey to minimize all functions.

jdavis by 6 - Interface Innovator
Solved
  • 455 Views
  • 2 replies
  • 1 kudos

Update API Key to Access Token - Google Sheets Script

I'm trying to update a Google Sheets script that syncs an Airtable Base to Google Sheets. The script uses an API Key and I need to update it to use the Access Token.Anyone know how to update this code to use the Access Token instead of the API Key? T...

Looking for developer support

I have been running Airtable for at least 5 years and am very familiar with it. I have a need that is beyond my no-code low-code capabilities and I am looking to hire someone to help me develop the following idea.I have a base that has dynamic inform...

Ruling to Move Individual Records

Good day Airtable Community,I would like to ask for your assistance if there is a ruling that can be created to move records that do not have "Extracted for Ticketing" value all the way down?  Thanks

Airtable Inquiry.PNG
Francoloco23 by 5 - Automation Enthusiast
  • 262 Views
  • 1 replies
  • 0 kudos

Resolved! Getting Error with POST to currency field

I am working in Postman. The field in question is "Taxes Owed - PDF". I get the error shown below. If I change the field type to single-line text I don't get an error. I don't want to change the field type. How do I avoid the error?  I have also trie...

Steve48 by 5 - Automation Enthusiast
Solved
  • 585 Views
  • 5 replies
  • 0 kudos

Getting Error in POST when trying to select dropdown value

In Postman I am trying to set/select the value of a single select field. This is an exsiting defined value.A simplified version of my post is:{"fields": {"Case Status": "HC - Tax Lawsuit"}}I am getting this error{    "error": {        "type": "INVALI...

Steve48 by 5 - Automation Enthusiast
  • 311 Views
  • 1 replies
  • 0 kudos

Resolved! Issue parsing JSON from Input value

Hi,I've been trying to learn and build a script with the help of ChatGPT. The script creates a report in Clockify and all works fine until I replace the value input variable from a fixed value to a feiled in the base from a previous step. The value i...

JSON Error.png
Jason_Jakarta by 6 - Interface Innovator
Solved
  • 1601 Views
  • 2 replies
  • 1 kudos

Resolved! Open a form with the name field auto populated

I am creating an inventory management system for a warehouse team. I have a table that tracks the current inventory level and a linked table that operates as "transactions". So the "transactions" table keeps track of added and removed inventory. The ...

Jeff_Hladek by 5 - Automation Enthusiast
Solved
  • 1203 Views
  • 1 replies
  • 1 kudos

Resolved! SyntaxError in fetch external API

Hello there,I'm trying to fetch data from a product in one base, then send that information to an external API and then update that new info in other base. The code goes like this: //input of modified product let inputConfig = input.config(); //JSO...

Json problem with variable recordID

Hi I have an automation script, and run into a problem, it is not fetching the right recordId in the script, but it does in the previous step. Anybody with a larger brain that can se what I have done wrong here?All the BestJesper

Resolved! Simple Script: update field using another field.

Hello everyone! Relatively new to scripts, but I think I am starting to get the hang of it.Basically, I am trying to convert a currently overloaded automation into a script for easier maintenance and better customization. Overly simplified automation...

byrnes by 5 - Automation Enthusiast
Solved
  • 1442 Views
  • 1 replies
  • 1 kudos
Labels