r/Airtable

Good and Affordable Database/Knowledge Base Options?

I created databases in Airtables with info, photos and links to digital music products. I currently have entries in different workspaces, as I use the free tier, and can only have a limited amount of entries per database.

Long term, I'd like to transfer it all over to another platform, and have a site with a database/knowledge base and wiki style layout to it. Wondering if there are current options that could work for this or if it is something I'd need custom developed?

I would love to hear any ideas regarding softwares that create a front-end site, preferably that integrates directly with Airtable, but not 100% necessary. I have tried Softr, but wanted to weigh it against other options. Not super knowledgeable with this area of things, so any tips or info would be greatly appreciated!

reddit.com
u/Audio_Freqs — 13 hours ago

Airtable acquisition by Bending Spoons in HardFork episode

Did anyone catch this recent episode of HardFork where they discuss the Airtable acquisition? It’s about 2/3 of the episode in. Should we be nervous?

“Airtable was valued at $11.7 billion when it was acquired, but recently though, Bending Spoons was able to get Airtable for an enterprise value of $1.29 billion. So what do we make of the sharp decline here as we run the numbers?”

podcasts.apple.com
u/mountainsNJ — 1 day ago

20yo student here. Can you REALLY make $500+ per project with just Airtable + Make.com, or is this BS?

Hey guys, 20yo uni student here trying to figure out how to pay my bills.

I’ve been reading up on the Airtable + Make. com + Softr stack. People online claim you can learn this stack in 1–2 months and start charging small businesses $1,500+ per project to build client portals and automate workflows.

To be completely honest, this sounds too good to be true.

Most entry-level jobs require a 4-year degree and pay $15–$20/hr. Why on earth would a business pay $1,500+ for a system built using tools someone learned in a few weeks?

I want a brutal reality check from people actually doing freelance/agency work in this space:

  1. Is the money real? Are small businesses actually paying $1k–$2k for basic Airtable/Make builds, or is this just hype sold by course creators?
  2. What are you ACTUALLY being paid for? If the tools are easy to learn, why don't business owners just spend a weekend setting it up themselves?
  3. What is the hard part no one talks about? Is it landing clients? Scope creep? Edge cases breaking?

I’m ready to put in the work to learn the technical side, but I don't want to chase a fake ghost skill. Tell me like it is.

reddit.com
u/divineretard01 — 2 days ago

PSA: the attachment links in an Airtable CSV export stop working after 2 hours

Was setting up a proper backup of one of my bases and went to check what the export actually contains. Posting because I did not know this.

Attachment URLs expire two hours after the API returns them. It's in the docs (https://airtable.com/developers/web/api/field-model), along with the recommendation to download the files rather than store the links. So the attachment column in a CSV export is a list of links that are dead by tomorrow: the records survive, the files do not.

While I was in there, two more things I had assumed were covered and are not:

- Linked records export as bare rec... IDs, with nothing alongside them to rebuild the relations.

- Field types, select options and formula definitions are not in the export at all.

Not bugs, just what the export is. But if your backup plan is "I can export a CSV whenever I want", it's worth testing that assumption on a base you care about - specifically, open one of the exported attachment links tomorrow and see what happens.

If anyone has found a way to keep attachments through the built-in export I'd genuinely like to hear it.

reddit.com
u/No_Advertising2536 — 2 days ago

New to Airtable? Here are some new ways to think about your data as you move out of a spreadsheet.

Don't: think in terms of cells.

Do: think in terms of records and fields.

In Airtable, a record is one line item in a table. It represents one of those "things" that live in your table. So if you have a table called "Projects", each record is a Project.

The fields of that table are the attributes of the project. The primary field, most simply, the name of the project, is like the noun. All the additional fields are like adjectives.

For instance, a record with primary field "Website Upgrade" might have fields like "Due Date" and "Status".

******

Don't: make random tables like "tabs" in a spreadsheet

Do: link related tables to model real-world relationships

In spreadsheets, sometimes tabs are made for new projects, or new years, or basically anything. In Airtable, tables have a real purpose.

They're home for one kind of data. Like a folder in a filing cabinet.

A "Projects" table should have records and fields for attributes on your projects.

A "Tasks" table should have records and fields for attributes of tasks.

Then, use a Linked Record field to link them together. When each Project record is linked to its children Task records, now you've created a relationship between those tables that reflects the actual relationship between projects and tasks.

******

Don't: treat the data layer as a UI to "do the work"

Do: use Interfaces to support your actual workflows

In the world of spreadsheets, there's really no UI on there. You create a table or a list of rows/columns and trust everyone to fill stuff out correctly.

Even with a variety of Views in the Airtable Data layer, we can still do better with Interfaces.

Interfaces is where you can show specific fields, to specific people, in a specific order, to better support the step 1, step 2,...Step n of your actual workflows.

For instance: click on a project, see its children tasks, update the completion status on a task, right there from within the project. This is instead of having to click around from table to table finding the right task. It actually supports the workflow.

******

I hope this quick overview was helpful! Feel free to comment or DM with any questions.

- Jonathan

reddit.com
u/matchaconsulting — 2 days ago

App Structure Help - Dynamic List of Steps/Process by Endpoint

Hi all,

I have jumped into Airtable over the last few months and it has been great.

I need some assistance with how to structure something specific. I've tried a few solutions but they all have some downsides.

I will keep this generic as it gets complicated pretty fast.

I have a set of "Endpoints", which are physical devices. They have a table of their own with a couple dozen fields of misc. information.

I have another table that is a list of "Steps", essentially a process I follow. This process gets applied to each device. The catch is that not every step is needed, some steps can be performed out of order, and some steps may need to be repeated. It will change relatively frequently, and is different per device. I also need the process to be dynamic enough that I can add/remove/edit steps without making large bulk changes. I have steps in their own table, so they are easy enough to update.

I am needing to track a large amount of Endpoints (200+) and the status of each one by step.

What I have now is 3 fields on the Endpoints table:

  1. "Completed Steps" - reference to Steps table, allows multiple selection
  2. "Next Step" - reference to Steps table, allows only 1 selection
  3. "Remaining Steps" - reference to Steps table, allows multiple selection

This works okay and fulfills some of my requirements. I can see:

  • History of what steps were completed
  • List of remaining steps
  • Next step to perform

What I don't like about this solution is that I have to manually add/remove items from each list. If I complete a step, I have to add it to "Completed", change the "Next Step", and remove it from "Remaining"

Because these are a dynamic link to the Steps table, I'm having trouble getting this done with automations. But I may be missing something.

Is there a way that I can maintain these "Completed" and "Remaining" steps automatically? Or another way to structure this kind of thing?

Thanks in advance

reddit.com
u/luketheduke54 — 2 days ago

Document data extraction via AI mcp vs scripting vs ai fields

Hi all,

We are exploring a pipeline to have teams submit a word document and a Excel table via a form. The word doc is only about 7 or so pages usually and the Excel has about 400 rows and 5 columns of data.

The expected behavior is that the data entered in specific fields within the documents are to be populated across multiple tables, creating new records where applicable.

I would be curious to hear people's experiences with this, including what processes and tools you have considered, if you had to make a choice and how you juggled tradeoffs.

We have access to Claude code and there is openess to having the submission analyzed in Claude if it improves accuracy and changes pushed through via the mcp. My take is that there are various ways to tackle this kind of problem via AI scripts, ai fields within the base, and Claude code/mcp server but just not familiar with all the detailed tradeoffs to come to a confident decision.

Edit: Thanks all for your guidance! The Word document has fields where expected values are meant to go, but I can't ever guarantee someone will use it in the way that it was designed.The Excel table has about 5 columns, each with drop down options for field validation and a numeric field for the values that the user will enter, so would say it is structured. We have been shying away from interfaces mainly because of the seat cost in getting other teams within our organization to collaborate and use Airtable. I am also exploring Softr and Noloco as possible ways to reduce cost but also wanted to see if we could use what is available in our available tech stack.

I'll do some more research into the recommendation for parsing, as flag the cost variability associated with an AI solution that others on the team have pushed for- appreciate the ideas y'all have shared. Thank you!

reddit.com
u/bamtheram — 3 days ago

Has anyone successfully used Airtable Interfaces to share files/data with suppliers in mainland China?

I'm looking at using Airtable as a central supplier-facing database rather than maintaining a separate Dropbox/OneDrive-style file sharing system.

We already have a paid Airtable account and my idea is to create supplier-specific Interfaces containing the relevant product information and files/attachments — things like tech packs, artwork, fabric information, approvals, PO information etc.

Our suppliers are mainly based in mainland China.

What I'm trying to establish is:

  • Does Airtable work reliably in mainland China without a VPN?
  • Do Airtable Interfaces and attachments/files load and download normally?
  • Has anyone used publicly shared Interface pages with Chinese factories/suppliers?
  • Alternatively, if I invite suppliers as interface-only viewers, can they simply create their own free Airtable account and access the Interface without us needing to purchase additional seats for them?
  • Are there any issues with Airtable login/verification in China?
  • Do attachments hosted within Airtable work reliably, or are certain file/CDN services blocked or slow?
  • Has anyone actually run a supplier portal/product development workflow like this with Chinese factories?

The suppliers would mainly need view/download access rather than editing the underlying Airtable base.

I'm particularly interested in real-world experience from anyone working with factories in China, as technically being accessible and actually being reliable enough for daily production use are two different things.

Thanks!

reddit.com
u/Pale-Earth6374 — 3 days ago

Building a fix for Airtable's 25-recipient email cap, would love feedback

I've been digging into Airtable automation complaints and kept running into the same wall: the native scheduled email caps out at 25 recipients, and it can't show what actually changed, just that something did. Zapier or Make work around it, but that's another subscription and another thing to maintain just for a report.

I'm building an extension that handles this properly. Pick a view, a schedule, and who gets it, and each person gets their own filtered slice instead of one giant email to everyone.

Still early, but I'm taking signups for early access if anyone's hit this same wall: tablepulse.up.railway.app

Edit: as pointed out below, "cap" isn't quite the right word for the real limit, see the comment thread for the more accurate version.

u/sidequestdev-ak — 7 days ago

I'm Anne Marie Rützou Bruntse, Senior Program Manager for Airtable Academy. I started as a customer in 2019 and joined the Airtable Academy team in 2023, building courses and managing our Academy operations app. AMA!

When: Wednesday, August 26 at 7am PT

Who: Anne Marie Rützou Bruntse, Senior Program Manager at Airtable

Hey everyone, excited to do this!

I've been a borderline fanatic Airtable builder since 2019. I discovered the platform as a customer looking for a better solution than a massive and very complicated spreadsheet I'd created to run our workflows. Now I work on Airtable Academy, helping design the courses, certifications, and learning paths that help other people (hopefully) fall in love with Airtable as well.

One of the things I own is AcademyOS, which is the Airtable app that powers our content workflows for the Academy team. It tracks everything from an incoming course request to the day something goes live: lessons, deliverables, feedback, sprint planning, etc.

Recently I've been experimenting with AI agents to help the team ship content faster and find ways to automate the trickier parts of the workflow, including triaging feedback, content requests and product changes, creating sprint plans, drafting course content and uploading completed content to the Academy. I currently have a fleet of 11 agents, each owning different parts of the workflow.

Drop your questions below — I'm happy to talk app design, content operations, automations, AI features and my experience with implementing AI agents in Airtable. See you at 7am PT on August 26th!

reddit.com
u/AirtableCommunity — 7 days ago

What I’d do after hitting Airtable’s 50-automation limit

I’ve been working through a workflow that was getting close to Airtable’s 50-automation limit, and the surprising part wasn’t the limit itself. It was realizing how much duplicate logic had accumulated over time.

In a sample setup with about a dozen tables and roughly 18,000 records, the biggest improvements came from:

  • Removing old disabled automations.
  • Combining status-based workflows that shared the same trigger.
  • Adding explicit “Needs Processing” flags instead of triggering on every edit.
  • Moving non-urgent batch updates to n8n.
  • Logging failures instead of letting them disappear silently.

The first version didn’t work well because every small record update triggered another run. After adding clearer state fields, daily runs dropped from roughly 1,400 to 520.

At some point, adding another automation stops being the solution. How are you handling automation sprawl in larger bases?

reddit.com
u/blizzardstorm91 — 8 days ago

The Airtable Effect: August product updates, community highlights & upcoming events

Hey all! First time cross-posting The Airtable Effect over here in Reddit 👋

Normally, the Airtable Effect is published each month to LinkedIn and into the Airtable Community -- but a few comments/replies have suggested there’s an appetite for more direct updates from the Airtable team, so I figured I’d share this month’s edition here and see what you all think.

The goal of The Airtable Effect is to bring together the latest product launches, community stories, educational resources, and upcoming events in one monthly roundup.

Very open to feedback on this one: Is this the type of content you’d like to see shared here each month? Anything you’d want more of, less of, or presented differently for Reddit?

Anyway, here’s the August edition 👇

-----

🚀 Product Launch Recap

Catch up on the latest features that launched this month—built to save you time, streamline workflows, and unlock new use cases.

Build and Manage Automations with External Agents

You can now create and manage Airtable automations through AI assistants connected to Airtable’s MCP server. Describe the workflow you need in plain language, and an assistant like Claude or ChatGPT can build complex automations with conditions, repeating groups, dynamic values, and more. New automations remain paused until you review and activate them, keeping you in control of what runs.

Use cases:

  • Marketing teams can ask an AI assistant to build an automation that routes incoming campaign requests to different owners based on channel, region, and priority.
  • Customer Success teams can create workflows that find all open action items for an account and notify the appropriate CSMs ahead of an upcoming renewal.
  • Finance teams can describe a multi-step approval workflow that routes expense requests based on amount, department, and approval status without manually configuring every condition.

Ask Airtable Questions Directly from Slack

Bring Airtable into the conversations where your team is already working. By u/mentioning Airtable in Slack, you can ask questions about your data or create and update records without switching tools, all while maintaining your existing Airtable permissions.

Use cases:

  • Sales leaders can ask for a summary of open opportunities or deals at risk directly from a team channel before a pipeline review.
  • Product teams can turn a conversation into a new feature request or update an existing item's status without leaving Slack.
  • Operations teams can ask for a summary of new requests, overdue work, or current blockers and immediately take action on the underlying records.

View “What’s new in Airtable” →

-----

🏕️ Airtable Summer Camp is in session: five days, five product showcases

Airtable's first-ever launch week kicked off Monday: one new product showcase every day, August 10–14, each revealed at 9 AM PT on the Summer Camp hub. The through-line: AI that works across your whole team, with agents and humans building on the same data and workflows — governed at every step.

The week so far:

  • Day 1 — Watch an app build itself. The Airtable MCP server now builds interfaces and automations from any AI model — Claude, ChatGPT, Gemini. Plus a new skills library that makes any model an Airtable expert.
  • Day 2 — Use Airtable without opening Airtable. New MCP form submissions and interface reading: your AI assistant submits data the way your business models it, and reads your live interfaces from whatever tool you already work in.
  • Day 3 (today) — A new look for your base. The midweek main event. Watch this space.

Still to come:

  • Day 4 — Top speed, full control. The governance day: what it takes to let agents move fast and stay inside your rules.
  • Day 5 — Everything you asked for. A full day built from community feature requests. Yes, really.

Every showcase, including video, deep-dive, and what's next, lives on the camp hub.

Catch up before Friday →

-----

🎡 Join us at Airspace London on October 21

Your move, London. Airspace is back -- and this time it's heading to Outernet London on October 21 for a one-day, immersive dive into agentic operations.

Airspace London is built for the people deciding what AI looks like inside their organization. Expect a keynote on how agents actually work inside companies (and how to make the leap from experimentation to compounding results), back-to-back customer stories in Customer Studio, a hands-on Airtable AI: Agentic Masterclass where you'll build an agentic workflow with expert guidance, a Networking & Demo Village with Ask-the-Expert consults and the Builder Wall, and a happy hour to close it out.

The venue itself is also half the fun. Outernet sits on Denmark Street (London's old Tin Pan Alley), partly underground between the Northern and Elizabeth Line tunnels, entered through a restored 300-year-old forge.

Seats are limited, and the sooner your team registers, the better.

Reserve your seat →

-----

🛠️  Community Change Makers: Building an Educational RPG Game with Lisa Bauer

Change Makers is our recurring series highlighting customer stories and builders making an incredible impact with Airtable.

This month's Change Maker is the Operations Manager on the Innovation Team at Link Logistics, and winner of the community-led Airtable AI hackathon, who built an educational RPG game entirely in Airtable to help new users fall in love with the platform.

When a new tool rolls out, the resistance is familiar: users sit through hours of training and come out skeptical, distracted, or defensive. Lisa calls that a "situation problem," not a people problem -- a design opportunity.

Inspired by the "Let's Play" theme of the community-led hackathon last Spring, she built Friends with Airtable, a pixel-art RPG where new users explore three locations, complete challenges, and learn core Airtable features alongside characters from Friends.

Her workflow is a study in AI-assisted building: she designed the database (tables, fields, records) herself, used Omni to construct the RPG interface from that data, and leaned on Claude to fine-tune the source code. The result reframes onboarding from a training session into a playful, exploratory experience that leaves new users feeling curious, safe, and joyful.

Read the full Change Maker spotlight →

-----

📅 Community Event Calendar

We’re always planning an exciting calendar of live events, user group hangouts, and office hours. Here’s what’s coming up:

View all upcoming events →

u/Airtable-Kev — 8 days ago

Airtable Should Add an Embed Element to Interfaces

Airtable is great, but it would be sooo much better if there was a way to embed external websites in the interfaces. Has anyone figured out a good workaround for this?

I use Airtable for client portals among other things, and I wanted to embed the web page where clients can pay their invoices. I tried the HTML option, which didn't work, so instead I made a button that links to the external web page. I'd just rather have it so clients could pay their invoices without leaving their client portal.

reddit.com
u/WintercraftMedia — 7 days ago

Classic form prefill not populating a simple text field

Trying to prefill a classic Airtable form via ?prefill_FieldName=Value. Field name matches exactly, but the value never populates. Tested with a single Text field, signed in as owner, no filters on the field.

This is for a form built in the Forms tab on the website, so it's not an "interface" form as far as I can tell (not sure what that is).

reddit.com
u/Rough_Ad6878 — 9 days ago

New in Airtable: a big upgrade to project and portfolio management

Hi everyone!

I'm AP, a Product Manager at Airtable working on some of our strategic portfolio management features. Over the past several months we've shipped a set of upgrades to timelines, date dependencies, and duration fields that make Airtable a much stronger home for managing real projects and portfolios. Here's what's new, with a few examples of where each one helps.

Nested timelines

Your projects are hierarchies, and now your project timeline is too. You can nest tasks inside other tasks, up to 7 levels deep, then collapse a parent task down to a single bar or expand it to see every sub-task underneath. It's the same nesting and the same depth you already have in List View, so a plan reads the same way wherever you're working. 

Say you're building a home. A parent task like Concrete Work can roll up its sub-tasks, and each of those can break down further into the individual steps, like placing rebar, pouring footings, and curing the slab. On the Timeline, collapse Concrete Work to a single bar to give the homeowner the high-level picture, then expand it to walk your crew through every step. 

Timeline nesting

Scheduling that runs itself

If you manage plans with dependencies, this is the big one. Keeping a schedule current used to mean re-dragging a dozen dates by hand every time one thing moved, but now that work mostly takes care of itself, because you set your plan up once and the dependencies keep everything accurate as dates shift.  

Here's what's new:

  • Auto-schedule from a predecessor: Link a task to the one before it and Airtable sets the start date for you, including any buffer you've set.
  • New scheduling logic: When a date changes, the tasks that come after it move and the ones before it stay put, so a single edit won't quietly shift work you've already completed.
  • Default dependency type and buffer: Set them once and every new link inherits them, instead of configuring each link by hand.
  • Default duration: Give tasks a default length so the scheduler always has something to work with.

On a home build, framing can't start until the foundation has cured, and the plumbing and electrical rough-in can't begin until the roof is on. Link those tasks once, and if the concrete pour slips 2 days, framing, roofing, and every rough-in after it shifts with it automatically, while the work you've already finished stays exactly where it is. You spend your time running the job, not dragging dates around.

And if you run the same kind of project over and over, you don't have to rebuild any of that. Save your standard build as a record template with the dependencies, types and buffers intact, and the next one starts fully wired. You set the start date and the rest falls into place.

Reschedule dependent tasks

Build on it with the API

For the builders here: date-dependency metadata (the dependency type and buffer on each link) is now part of the public API, so you can read and write it programmatically, including from a script action inside an Airtable automation. This means you can migrate an existing schedule from another tool into Airtable with its dependencies intact, instead of rebuilding every link by hand. 

Check out the developer documentation here

Tell us what you think

We're not done, and your feedback shapes what we build next. If you try these out, let us know what's working, what's missing, and what you'd want to see. Drop a reply here or share how you're using them in your own bases.

Thanks for being a part of this community!
— AP

u/Airtable-ap — 13 days ago

A tech stack consultant's honest opinion on Airtable

I run a consulting firm and I work with Airtable a lot. Thought I'd share my honest review of the platform.

The easiest way I describe it: what you'd get if a spreadsheet, a database, and an automation engine had a baby.

What it does well:
Airtable feels like a spreadsheet but runs like a database underneath. You get 40+ field types, multiple views (grid, kanban, and more), real-time collaboration, and automated notifications.

AT basically pioneered the no-code automated workflow category. Once the automation setup is dialed in, it runs smoothly. Slack alerts on record updates, new tasks created straight from form submissions, you name it. Forms, project management, a relational database, a lightweight CRM... Airtable bends to whatever your workflow needs.

The AI layer takes it further. Airtable AI can generate content, process info, and build entire applications without code, using models from providers like OpenAI and Anthropic. The Cobuilder feature lets you describe an app in plain language and it generates the tables, fields, and relationships for you (great for fast prototyping).

Where marketing teams really benefit:
This is where Airtable shines. I love recommending Airtable to marketing teams (and go to market teams). My marketing teams use it for campaign tracking, content calendars, and lead management (and now the AI layer drafts campaign copy directly from existing content tables). One tool ends up covering what used to take three or more. I've built entire go to market and marketing engines on Airtable and I can't imagine any other place I'd have built them.

The honest tradeoff:
There's a REAL learning curve. The same flexibility that makes Airtable powerful also makes it confusing at first. It definitely won't hold your hand through it. I love introducing teams to Airtable, but I feel their frustration when they're learning it.

Pricing jumps once you need paid features too, from their (pretty generous) free tier to $20/user/month+. I do hate that you cap out on automations and can't even purchase more, let me add them on, I'll give you my money!

My opinion: If your team needs structure without rigidity (especially for marketing, ops, or project workflows) Airtable is one of the most versatile tools out there.

What's everyone elses thoughts?

(sorry in advance for formatting etc, I'm new to reddit).

reddit.com
u/codeconsulting — 14 days ago