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: 

Development & APIs Activity

Discover supply chain management capabilities

With Business Central, you can streamline your supply chain. You can use a wide range of sales and purchase documents to set up the sales or purchase process that best suits your needs. You can manage sales/purchase orders, blanket sales/purchase ord...

  • 29 Views
  • 0 replies
  • 0 kudos

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

  • 75 Views
  • 1 replies
  • 0 kudos

Apollo API

I want to link Apollo to Airtable so I can people search from within my base.I got the Apollo organization data working with the code below to fetch company details:let apiToken = 'API KEY HERE'; let table = base.getTable('TABLE NAME HERE'); let { r...

  • 56 Views
  • 0 replies
  • 0 kudos

How are API calls counted?

Hi all,I'm using:Airtable as the main databaseFillout connected to Airtable to get responses from users (about 250 fields)Softr as front-end to get list of filtered records, get record detail, and buttons to open Fillout form or start an automation (...

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

  • 69 Views
  • 0 replies
  • 0 kudos

Airtable Consultants?

Hello,I think I'm at my limits with trying to get Airtable to function as we really envisioned.  Anyone know the best place to find Airtable consultants with likely programming abilities?  A few of the things we really wanted to do were:1. Create a c...

  • 213 Views
  • 4 replies
  • 0 kudos

How to set up a rollup field using the API?

According to the API docs, it should be possible to set a rollup field using the REST API.However, if I send this:{ "name": "Total Points", "description": "Automatically calculated total points for each user", "type": "rollup", "optio...

  • 145 Views
  • 2 replies
  • 0 kudos
Airtable Community Guidelines
Looking for tips before asking a question? Make sure to review our Airtable Community Guidelines for best practices.