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

Help creating script to update Memberstack JSON

Hi there, I'm trying to create a script that takes data from Airtable and updates it into Memberstack JSON. I went this scripting route because I couldn't figure out a no-code alternative to this. The problem is I'm not getting any errors messages wi...

External POST in Extensions using Block

I'm trying to create an extension which makes an external API POST call.First I tried to make a simple fetch call, but it is failing due to CORS policy:const response = await fetch('https://api.example.com/data', { method: 'POST', headers: { ...

RamunasP by 4 - Data Explorer
  • 805 Views
  • 0 replies
  • 1 kudos

How to refresh the view using airtable blocks sdk

Hi support team!I am building custom extension using airtable blocks sdk.Workflow here.1. When I click "Get companies" button in extension section, the extension will call 3rd party API.2. The API returns the result as a JSON format. Json contains re...

Shang1128 by 4 - Data Explorer
  • 1247 Views
  • 3 replies
  • 0 kudos

How to refresh the view using airtable blocks sdk

Hi support team!I am building custom extension using airtable blocks sdk.Workflow here.1. When I click "Get companies" button in extension section, the extension will call 3rd party API.2. The API returns the result as a JSON format. Json contains re...

Shang1128 by 4 - Data Explorer
  • 846 Views
  • 2 replies
  • 0 kudos

expandRecord() error: undefined parentBase property?

Hello! I have a custom extension. I haven't made any changes to the code recently but today calling expandRecord() starting throwing this error and crashing my extension: TypeError: Cannot read properties of undefined (reading 'parentBase')I've confi...

Resolved! How to change block port, port 9001 is already taken

I’m trying to create a custom block, but when I run: block run I get: Error: listen EACCES: permission denied 0.0.0.0:9001 I’ve checked and there’s a system task already listening to this port, so I’m not able to just kill it. Is there a way to chang...

wbaleroni by 4 - Data Explorer
Solved
  • 1338 Views
  • 3 replies
  • 4 kudos

Resolved! Zapier: can't write to Airtable despite integration

Hi everyone (reposting to correct category)I've created seemingly simple Zapier automations (zap) to bring subscription data into Airtable by creating/updating records in a Base table. While Zapier indicates success sending data to Airtable, no data ...

Stryk by 5 - Automation Enthusiast
Solved
  • 1484 Views
  • 4 replies
  • 0 kudos

Custom apps access for external users

Hello ! I want to develop a custom app for a client, it’s only a custom form with conditional field rendering, and I wonder if external users (with read only links) will be able to get the app and fill the form ? They don’t want to pay an account for...

Labels