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! How to edit my existing extension

I looked everywhere but don’t seem to find how to edit my custom extension I’ve released. I only see instructions how to create a new extension from scratch… I can’t find a list of my extensions as well. Please help!

Sergei_RasKar by 6 - Interface Innovator
Solved
  • 448 Views
  • 2 replies
  • 1 kudos

Please don't depreciate cursor and session

Hey there, The state management and reactivity of all of our airtable apps is based on mobx and mobx-react-lite and not on hooks. This allows use to write code that is object oriented and therefore cleaner, more robust and faster and easier to devel...

Airtable Custom Extension developer needed

Hello, I have a few custom scripts for my base that I would like to be abstracted from other base collaborators so that they can’t see or edit the code. I would like to have these custom scripts moved into a custom extension with a simple UI. Please...

Dynamic Document Creation with E-Signature Capability?

Hi all! I’m looking for an app that will allow, either via direct integration or Zapier, for the dynamic creation of a pre-filled document for e-signature. There are tons of options (too many) out there, but I’ve yet to find something which meets all...

AlliAlosa by 10 - Mercury
  • 2042 Views
  • 5 replies
  • 2 kudos

Resolved! Are Airtable integrations still being reviewed?

Hi forum! Can anyone from the community let me know if their Airtable integration was reviewed after submitting it? We’re getting radio silence recently – just want to understand the timelines so we can plan our developer resources for this quarter. ...

Absolute Imports in React

Hi all, I would like to use absolute imports in my app, I have the following file structure ./ /.block /build /node_modules /src /components /NavBar index.js /UI /Input index.js App.js index.js bl...

Resolved! How to set Content Security Policy values?

I have an app that requires users to add a user token, which it validates against the Gumroad API. But I’m seeing this error. Airtable has a document that introduces the new security policy New: tighter security and network access option for marketp...

James_Timmins by 5 - Automation Enthusiast
Solved
  • 610 Views
  • 2 replies
  • 0 kudos

Setting up for a custom app

Hello there, I’m having troubles to set up the “hello world” to develop a custom app. I’ve followed the guide as well as search for possible solutions without success. I’m using Chrome on Mac, “block run” is running with “https://localhost:9000” but ...

F_F by 4 - Data Explorer
  • 335 Views
  • 0 replies
  • 0 kudos

Include images in a custom app

I’m attempting to add a custom gif into a custom app. The file is stored in frontend/assets/selectTable.gif. import selectTable from '../assets/selectTable.gif' ... <img src={selectTable} /> In my terminal window, I see Bundle Error: Unexpected char...

Apps loading slowly or not at all

A lot of my custom apps have been hanging on their loading screens for several minutes. Am I simply loading too much data (about 55 fields) from too many records (about 11,500 in the table I’m selecting with getTableByName) ? Am I using the useRecord...

Adding Google Analytics to app

Hello, I am trying to integrate Google Analytics through a global tag through react-helmet but no page views show up on Analytics. The following code should trigger an automatic pageView on Google Analytics when the app initially loads, but it doesn’...

knjo by 4 - Data Explorer
  • 460 Views
  • 0 replies
  • 0 kudos

Twilio Sendgrid Integration and Airtable

I Need Help! I want to know if it’s possilbe to send mass emails through sendgrid and get all the performance or reactions to those emails in Airtable. That is i want to be able to track all performance on airtable Please is this possible? And if Yes...

How to Get the Selected Cell

What’s the recommended way to get the selected cell. I’m using cursor, loadable and can get the cell I want but it feels a little hacky and it seems that there should be a simple solution to it.

John_Higgins by 5 - Automation Enthusiast
  • 249 Views
  • 0 replies
  • 0 kudos
Labels