The show and tell space is a place to showcase your work and have conversations about what you’ve been creating in Airtable.
Recently active
🎶 Welcome to Day 6 of the 12 Days of AI Plays!Today we’re rejoining the always-on-the-move Carolers’ Guild, where performances happen across snowy villages, warm city squares, cozy markets, and everything in between. Each location has its own flavor — and today’s challenge is all about using AI to enhance those experiences. Your Mission Open your copy of the Holiday Operations HQ (or make a copy here) Head to the Caroling Events table. Pick any event record — past or upcoming. Add or review the location details for that event (city, neighborhood, venue type, holiday theme, etc.). You’ll be creating two AI field agents that support both artistic and operational decision-making. Your ChallengeStep 1: Create a “Location Enhancements” Field AgentAdd a new AI field that suggests location-specific enhancements tailored to that event’s setting.Use a prompt such as:“Based on each caroling event’s location, suggest enhancements that fit regional culture or traditions. Include ideas for s
Hi everyone, I wanted to share something we’ve been working on that might help people connecting Airtable with their sales & marketing workflows.We’ve recently (re)launched an Outfunnel integration for Airtable that lets you: Sync contacts from Airtable to your marketing automation tool or CRM. You can segment who gets synced by Table and View. Changes made in Airtable get synced over 24/7. We started out syncing traditional CRM (e.g. Pipedrive, HubSpot) with marketing platforms and built the Airtable integration because we saw a growing number of businesses use Airtable as their main CRM. The integration is currently one-way only (from Airtable to the marketing tool or CRM) but we’re planning to make this 2-way soon. Currently supported tools: Pipedrive, HubSpot, Copper, Mailchimp, Klaviyo, Brevo, GetResponse, Salesforce, MailerLite, ActiveCampaign, Constant Contact. I’d love to hear what you think — happy to share more screenshots if helpful.
Put together this detailed video tutorial on how you can generate PDFs from your Airtable data using DocuPotion:Video linkWe start off with a basic 'Meeting Notes' example where we go through:Designing a meeting notes PDF template in DocuPotion Building the Airtable automation that calls generates a PDF of the templateAll data at this stage is from a single tableUsing the repeating element component to bring in data from a linked record Triggering the Airtable automation that generates the PDF based on a checkboxWe then move onto a more complex invoice example, where we pull in data from multiple different linked records. Hope it’s useful and any questions let me know!Alex
Hello! This is a repost from the AI Incubator I was a part of at the end of 2025.I just wanted to follow up on the AI Plays webinar, quite a few people were interested in the custom interfaces but were not entirely sure what they were capable of and how to generate them. Now I can’t find exact prompts, when I’ve been testing I’ve kind of just given a vague explanation of what I’ve wanted the interface to do and then iterated and fine tuned with specific prompts to make changes to the interface. From my understanding, Custom Interfaces use React UI Component which is essentially JavaScript and then uses a Tailwind CSS to control styling and layout. That is the extent of my code knowledge at the moment but its pretty powerful and can make some really pretty interfaces, and aesthetics are my favourite thing to play with 😂. I apologise if this reads as a tutorial, but I thought it was the best way to show how to do it. Once you’ve got the data - I find it best to use actual data in your t
Hi folks, I thought I’d take a moment to share what we’ve built with Airtable. We call our product InspectorPrime. It is a business suite for home and commercial property inspectors. Our clients can purchase the system one time for a lifetime company license. This provides them with both a capable CRM/office management system and a report writing system. Overall, it allows these companies to own/customize (to an extent) their business software while saving them quite literally tens of thousands of dollars over current proprietary inspection software. I hope by sharing this others can see just how deep they can get into creating custom solutions for specific industries. Happy to answer any questions here or at jon@inspectorprime.com.
We’re excited to announce that our Bulk Download Attachments app has been released on the Airtable Marketplace! Airtable Bulk Download Attachments - Apps - Airtable Marketplace Download your attachments with a single click on Airtable with the Bulk Download Attachments app. You can use this app as part of our existing miniExtensions subscription plan. This is our first app on the marketplace. In the next few months, we plan on releasing more apps that will bring some of our more powerful extensions into the marketplace. If you have any feedback or questions about the Bulk Download Attachments app, please leave a comment below.
Edit: I’d recommend checking out this other guide first, does the same thing without a Run a Script step!This walkthrough will show you how to:Use AI to extract data from a text field Convert that data into an array Use that array in a Repeating Group to create multiple records in a different table---Let’s assume that your goal is to:Extract the list of hobbies from a text field Create one record per found hobby in a Hobbies table Link it back to the triggering recordHere’s what our final result will look like and the example base with the full setup can be found here! Here’s what our set up looks like initially: 1. Set up your automation triggerTo start with, we’ll create a checkbox field that we’ll use to trigger the automation: Note: How the automation triggers depends on how your data gets created‘When record updated’ pointed at the text field is going to end up triggering for every character you type into a text field so that won’t work hereAs a workaround, we can use a checkbox
I’ve been working on AirTable for a few years now, and I’ve developed a decent set of tooling for inspecting and documenting particularly complex AirTable bases. I’ve put that functionality into a free web app where you can load and AirTable schema via API Key or via JSON upload, which will unlock functionality related to dependency mapping, formula evaluation, and client side libraries.https://blog.scsllc.pro/airtable-powertools/
Order Management System Tutorial
Hello Airtable community, 3 years ago we published the first version of Pro Backup for Airtable (see original post). Since a lot has changed since our launch I thought I'd give on update and tell what has been improved in the last year. What has been improved since the launch? Our integration is now available as an official integration on the Airtable app marketplaceThe User interface has been redesigned and rebuilt from scratch making the experience more intuitive & faster.You can now manage the backups of multiple SaaS apps within one Pro Backup account.The Backups page now allows to easily compare versions for reach record / data type: For example you can easily compare the versions of each of your tables, comments & field configurations.Improved restore capabilities: It is now possible to restore entire tables but also to perform more granular restore requests such as restoring a specific field or comment back to the existing table. Improved click-t
Ranks your data in descending order based on a field you select, and updates a field you select with the ranking number. Here’s a link to an example base which you can copy and try for yourself: https://airtable.com/shr1Ymp6Z39jsN1Pq //This script will grab the rows from the chosen table, rank them, and then update the chosen column output.text("This code will let you pick a field you want your rows ranked by, and then rank it in descending order."); //Allow the user to choose the table they want to manipulate let table = await input.tableAsync('Select the table'); //You can replace the above line with the following if you know what table you're going to be using //let table = base.getTable("[TABLE NAME]") //For the purposes of this example base, it would be: //let table = base.getTable("Sales"); //Allow the user to choose the field they want to rank let fieldToRank = await input.fieldAsync("Select the field you want to rank by. Please pick a number, percent, or currency field.",
Hi Airtable community,we have just released our e-signing suite in DocsAutomator that let’s you collect legally binding e-signatures straight from Airtable and sync signed document back into Airtable.Would love if you would check it out and let me know what you think!Best,RupertFounder of DocsAutomatorWebsite: https://docsautomator.co/Knowledge Doc: https://docs.docsautomator.co/features/docsautomator-esignVideo demo:
Hi all 👋🏼Really quick post to showcase a plugin I created on my tool AirPlugins. It lets you autocomplete and prefill an address right from Airtable — even if you only have a vague, messy starting point.Type something like:attorney st 2 (no city, no formatting)…and it instantly turns it into a perfectly formatted address. 👇🏼 Here is how it works step-by-step: (demo video here) You type your “raw” query (like : “attorney st 2”) and press a button (from your grid or interface). A popup opens up with a list of matching addresses (using Google Maps API) You pick the address that matches your query It updates your record (with clean & separate fields : street, number, city, postal, state, latitude, longitude, ...)🌱 Some use-cases that really benefited from this plugin:Real estate (property managers, agents, brokers, ...) Field service technicians (making sure you get the right address) CRMsYou can give it a try for free here : https://airplugins.com/plugins/address_autocompleteFlor
Over the last year, we’ve been working with SMBs and mid-market teams that want to scale operations using Airtable and AI — but often struggle with fragmented workflows, unclear ownership, and automations that break as they grow.We’ve seen that tools alone aren’t the solution. What actually works is designing a clear operational strategy first, then using Airtable (with OMNI and AI) as the backbone for well-structured workflows.A simple way to visualize this is Santa’s Workshop:inventory, production, locations, and delivery all work because the system is designed end to end — not because of a single tool.We’re hosting a webinar where we’ll walk through:– real workflow rebuilds– common red flags we see in growing teams– how we structure operational architecture in Airtable for scale– how AI fits after workflows are stableIf you’re interested in practical examples and real implementations (not theory), you can check out the webinar details here:👉 https://airtableevents.com/airtableenter
Hello everyone, Now you can design and send HTML based emails from Airtable data, using FlexiPage. Emails designed with FlexiPage are mobile responsive out of the box. Useful for sending branded order confirmation emails, welcome & feedback emails etc... Some of the features you get with FlexiPage is,Access multi level linked record data inside the editor, upto 4 levels. Convert linked record items into multiple table rows Conditional logic, Style panel Gmail/Outlook account integration plus custom domain setup Document Automation with pdf generation, bundledCheckout FlexiPage Transactional Emails RegardsPaz, FlexiPage
🎄 Welcome to Day 12 of the 12 Days of AI Plays!You made it! Over the past twelve days, you’ve built field agents, generated interfaces, automated multi-step workflows, created sample data, visualized maps, run competitive research, analyzed operations, and explored Omni’s guided intelligence.For our final challenge, we’re closing things out with one powerful capstone activity: use Omni to generate a full recap report of everything you’ve built inside Holiday Operations HQ.This is your moment to pull together insights across the entire workflow — from Toy Workshop to Delivery Routes — using Omni’s newest reporting capability. Your Mission Ensure that AI Labs is enabled in your workspace — this feature is only available for users who have it turned on. Open the Omni panel in your Holiday Operations HQ (or make a copy here) Click the Tools option inside the Omni chat box Ask Omni to generate a Holiday Operations Recap Report that summarizes everything your workflow covers. Prompt
Hello, I have built a tool called AirMap to make it easier to work with and visualise complex schema from an Airtable base. It dynamically generates an ERD from the base you specify, and also allows you to pass in your schema into Google Gemini for analysis. I’d love any feedback on the tool — if it’s addressing a problem you face, or anything else you’d like to see in it. You can use the tool immediately with the preloaded demo credentials, or if you want to try it on your own schema, use the code airtable-community for a trial month.
Important note: Today’s challenge will utilize interactive prototypes. This feature is currently only available in AI Labs, so be sure to turn this on before getting started. Learn more about this feature and AI Labs here.🎁 Welcome to Day 5 of the 12 Days of AI Plays!Today we’re heading into one of the busiest corners of Santa’s operation: the Packages table — home to boxes, bows, gift tags, and all the metadata needed to keep holiday deliveries moving smoothly.Your challenge focuses on AI-powered UI prototype generation to design the perfect digital workstation for Santa’s packaging crew.Get ready to imagine what the ideal Wrapper Workstation interface should look like — and have Omni turn that vision into a proposed Airtable Interface layout. Your Mission Open your copy of the Holiday Operations HQ (or make a copy here) Navigate to the Packages table. Add a new “Build prototype” field agent to create a prototype based on the AI Wrapping Instructions and AI Packaging Notes fields
🎁 Welcome to Day 4 of the 12 Days of AI Plays!Today we’re diving into one of Santa’s most chaotic workflows: holiday request intake and triage.Every season, the North Pole receives thousands of wildly detailed, occasionally confusing, sometimes sticky gift requests from the field. Your job today is to use AI to help Santa’s team summarize, classify, and prioritize them—just like a real product planning and intake workflow.Let’s turn messy requests into structured, actionable data the elves can actually build from. Your Mission Open your copy of the Holiday Operations HQ (or make a copy here) Head to the Presents table. Pretend Santa just received 50 new holiday requests (don’t worry—you only need to create a few). Add new records with messy, overly-detailed gift requests. The messier the better. You’re going to use AI to turn these into clean summaries and triaged recommendations. Your ChallengeStep 1: Add New RequestsCreate a few new records with real-world messy requests.Examp
🎄 Welcome to Day 3 of the 12 Days of AI Plays!Today we’re heading back to the bustling Toy Workshop, where the elves are turning raw ideas into real holiday magic. But even the most efficient workshop needs good systems — and that’s where today’s AI Play comes in.Get ready to unleash AI-powered app generation with Omni. You'll be asking AI to design an entire base or app from scratch… all tailored to a specific toy category of your choice. Your Mission Open your copy of the Holiday Operations HQ (or make a copy here) Navigate to the Toy Workshop table. Pick any toy category — Educational, Electronics, Puzzles, anything you like. You’ll use Omni to generate a completely new app or base for managing production of that toy type. Your Challenge 🧸 Step 1: Choose a Toy CategorySelect a record in the Toy Workshop table with the toy category you want to work with.Copy/paste the category details (materials needed, AI workload notes, Elf Department, etc.) into your Omni prompt.🧱 Step 2
🎁 Welcome to Day 2 of the 12 Days of AI Plays!Today we’re diving into an exciting corner of the Holiday Operations HQ: image generation and analysis.Whether you're imagining the perfect gift straight from a kid’s wishlist or dreaming up the next great cookie design from Mrs. Claus’ Bakery, today’s challenge is all about using AI to describe, visualize, and interpret what you create. Your Mission Open the Holiday Operations HQ here and make a copy if you haven’t already. In either the Presents table or the Bakery table, choose any record with: A Gift Request, or A Cookie Type You’ll create two AI fields to transform that item into a visual concept and pull structured meaning from it. Your Challenge 🎨 Step 1: Prompt Omni to generate an imageAdd a new AI field with Omni that creates a detailed image prompt describing the selected gift or cookie in either the presents table or the bakery table.Try prompts like: “Generate a festive image describing this exact gift re
⛸️ Welcome to Day 11 of the 12 Days of AI Plays!Today’s challenge is a little different — instead of building specific field agents or workflows, we’re zooming out and exploring the full power of Omni as your intelligent partner inside Airtable.Across this challenge series, you’ve already asked Omni to create new tables, build automations, generate sample data, design interfaces, and power AI agents. But Omni has even more capabilities within the chat panel — especially in the Recommend, Ask, Analyze, and Build tabs.Your mission today is to experiment, click around, and let Omni guide you to insights you didn’t even know you needed. Your Mission Open the Omni panel anywhere in your Holiday Operations HQ (or make a copy here) Explore the tabs under the chat box: Recommend Ask Analyze Build Try clicking several suggestions Omni provides for your base. These prompts are generated based on your data — and can surface insights instantly. Omni might suggest: Analyzin
Hi everyone!Tyler here from Singular Innovation 👋Thank you again to everyone who joined the Airtable Enterprise Network webinar: Work Smarter with Airtable AI last week. We had a great time walking through how teams can streamline marketing and e-commerce operations using Airtable + AI-driven automations.As promised, we’re sharing the free reusable Airtable base template from the session:🔗 Template Form (to access the base):https://airtable.com/appsQOAxXA4bpjoRM/pagU4EDeB4bZwiZ3A/formThis template is a fully customizable marketing & e-commerce operations base designed to help teams: Manage products, campaigns, assets, and cross-channel activities Automate repetitive workflows and consolidate tracking Generate visibility across teams with clean interfaces Use Airtable AI to analyze content, summarize briefs, and surface insights Personalize the structure to match your brand, naming conventions, and workflows It’s intentionally lightweight and flexible so you can make it yo
❄️ Welcome to Day 10 of the 12 Days of AI Plays!Today’s mission is all about custom element generation using Omni — and we’re taking it straight into the heart of Santa’s Delivery Routes operation.Every delivery route spans a number of houses across a region, and Santa needs precise addresses and coordinates to optimize his journey. In this challenge, you’ll use AI to generate fictional but region-appropriate addresses, map them, and bring Santa’s delivery paths to life inside an Airtable Interface.By the end, you’ll have an interactive, color-coded delivery map built entirely with AI support. Your Mission Open your copy of the Holiday Operations HQ (or make a copy here) Navigate to the Delivery Routes table. You’ll create two custom field agents and then ask Omni to build a mapped interface. This is a great opportunity to experiment with AI prompts until the results feel consistent and realistic. Your ChallengeStep 1: Generate Region-Based AddressesEach Delivery Route record incl
🎄 Welcome to Day 9 of the 12 Days of AI Plays!Today we’re taking the Holiday Operations HQ into high-strategy mode. Santa’s team may be legendary, but the North Pole isn’t the only outfit delivering seasonal magic. Rival workshops, boutique bakeries, and high-tech toy startups are popping up everywhere — and the elves need to stay ahead.Your challenge today is to build an AI-powered Competitive Product Analysis workflow using chained agents that gather intel, benchmark performance, refine messaging, and keep watch on the evolving landscape. Think of it as Santa’s new Competitive Intelligence Command Center. Your Mission Open your copy of the Holiday Operations HQ (or make a copy here) Use Omni to create a brand-new table called Holiday Competitors including fictional—but plausible—North Pole competitors such as: FrostCorp Innovations YuleTech Gadgets Evergreen Workshop Co. Mrs. Bumble’s Bakery & Confections Aurora Express Delivery Ask Omni to include fi
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.