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

Tailor, extend, and build applications

You can tailor, extend, and build applications so that Business Central fits your specific needs, with little to no code development. With Business Central, you can:Investigate whether third-party solutions are available that will fit your requiremen...

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

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

  • 49 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 (...

  • 46 Views
  • 0 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...

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

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

  • 133 Views
  • 2 replies
  • 0 kudos

Api call different from iOS and Android

Hello, i'm calling an API but i'm getting different results if i'm using Android or iOShere is my call:https://api.airtable.com/v0/appOwBv51ih******/teamtim****/?filterByFormula=FIND("Maurizio Polverini",{Nome})=1&sort%5B0%5D%5Bfield%5D=ID&sort%5B0%5...

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