The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
npm
@airtable/blocks-cli
Official command line tool for Airtable blocks development
Does the public beta for the blocks cli allow the use of Webpack, Rollup, or another package to handle b...
Well, after all this time, its finally here: my custom app Master Calendar.
What it does:
Master Calendar is an app for Airtable that allows you to display and even edit records from multiple tables in one calendar interface as labeled, color-coded ...
Is there an easy way to show all “your” records across a base? No, not really. Which is why I’m developing a custom app do help do just that.
Problem
Say you have a table of [Projects], which has collaborator fields for {Project Lead} and {Project ...
As far as I can tell, the Batch Update app uses the React Select library to handle input components for single-select and multi-select fields (both “regular” and “collaborator” types).
Can the source code for the Batch Update app be made public so ot...
I’ve noticed that when using .loadCSSFromString() the frontend renders multiple duplicates of the same <style>/<style> element in the DOM body. Is there a way around this that I’m missing? In the example below, .loadCSSFromString() is placed at top-...
Ordrenummer primær should be its own table, with one record that has a key of 643211 and two fields for Name and Mail.The field Ordrenummer primær in your existing table, Ordreliste restorde, shouldn't be a text field, it should be a "Link to another...
@TheTimeSavingCo is correct, I would advise looking at your business process more closely. My suspicion is you have your data structure backwards.If the checkbox is to indicate that a reminder was sent for an appointment, then the checkbox should exi...
So each Member record has one or more Attendee record, each representing the events they've attended? It sounds like you could just add a Count-type field to the Members table rather than a manually entered Number -type field.https://support.airtable...