Skip to main content
News

New: Interface extensions SDK releasing to open beta

  • September 10, 2025
  • 29 replies
  • 6055 views
Show first post

29 replies

Ruchika_Abbi1
Forum|alt.badge.img+17
  • Inspiring
  • November 11, 2025

This looks amazing! Is it possible to use Github&Netlify, i.e a hosted solution rather than installing it on local machine to build this?


auekk2787
Forum|alt.badge.img+12
  • Brainy
  • November 14, 2025

Are there release notes for extensions? I see you can now select multiple tables!


nico_skor
Forum|alt.badge.img+1
  • New Participant
  • December 18, 2025

Hi! Another piece of feedback: it doesn’t look like the components listed in the documentation work. I tried to use the ConfirmationDialog one, and I gave up. The documentation has something like the below, but TypeScript throws an error saying the module does not have such an export. I tried importing from “@airtable/blocks/base/ui”. Typescrpt was happy with that, but Airtable throws an error when running the extension (Unexpected import when running block in interface). So I just added my own control. Not a big deal in this case but if I had to use controls such as RecordCard.

import { ConfirmationDialog } from "@airtable/blocks/ui";

 

Took a little bit to find, but there is a documentation page specifically just for the custom interfaces. It doesn’t seem to have all the same features as the regular extension api. 

https://airtable.com/developers/interface-extensions/api/models/Base


Forum|alt.badge.img+10
  • Known Participant
  • December 31, 2025

I’m curious if the interface extension are also supported on mobile devices?