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

Same Table Linked Records Backlinks automatically

Thanks @openside for your famous post "New Script: Same Table Linked Records Backlinks".Is there a way to use this in automation so that whenever the Parent task is updated, the child task runs? How would you need to modify the script?

Workaround for base sync limit

Hi, I am trying to find a workaround to Airtable's limit of 20 syncs coming into one base at a time. I have two bases, and I would like around 30 tables from the first base to sync with the second base. Can anyone recommend the best approach, in ligh...

Graham1 by 4 - Data Explorer
  • 104 Views
  • 1 replies
  • 0 kudos

Resolved! Loading all fields and values

Hi allI've just got into scripting, and have fallen at the first hurdle. I thought this would load an array of all my records as objects, with each field in the object with its value as a a key value pair. let table = base.getTable("Contacts");let qu...

Matt_Lister by 5 - Automation Enthusiast
Solved
  • 230 Views
  • 2 replies
  • 2 kudos

Shared script or library support?

My team of 7 disciplines uses airtable, each having their own base.   Each discipline has the same structure, but different syntaxes to describe their tasks.   Every time I create a new tool or script I have to set it up in each base. I could really ...

jdavis by 5 - Automation Enthusiast
  • 148 Views
  • 0 replies
  • 0 kudos

Resolved! Uploading and downloading image files from airtable to S3

I have the following use case: I have images saved as attachments within a table. I need to automatically upload any newly created images via API (not Make or Zapier due to volume) to an 'Input' bucket on S3. From here the images are manipulated by a...

Edward1976 by 6 - Interface Innovator
Solved
  • 416 Views
  • 7 replies
  • 1 kudos

How to extract actual file from attachment field

HelloI am developing a Airtable Script and I am looking for extracting actual file object which is part of the attachment field in a table. I got the object using record.getCellValue("Attachment field"). This object has information like URL, Filename...

Sri1 by 5 - Automation Enthusiast
  • 80 Views
  • 0 replies
  • 0 kudos

Random Identifier for Clients

Hey everyone,I am new to this forum! I thought id just throw this out there to see who I can stump and if I can get some help. I tried writing this with chatgpt but I dont think it has the most recent coding and API’s in its database.  I am on the fr...

Calebw by 4 - Data Explorer
  • 138 Views
  • 1 replies
  • 0 kudos

Sender URL for a Received Webhook

Hi all,I'm trying to get the sender's url (within a strip) for an incoming webhook call so that I can response to call only from a specific domain.  I'm wondering how do i do that?  Thanks!EDIT Feb 24: I also need to get the sender's url for other re...

h8 by 5 - Automation Enthusiast
  • 138 Views
  • 4 replies
  • 0 kudos
Labels