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.
Recently, we created a custom Vue.js web app for a national retail chain to use for internal management walks. Here are some of the features we included:
Two fields (store number, date) act as a kind of key and after they are entered, the form fetch...
Please give us an arrow to the left of the team that we can use to collapse all of the bases. I’ve got so many teams, and finding a specific base is becoming tedious.
It’s super easy to use Airtable data in Jekyll. Here are the steps:
Step 1: Include the Airtable Gem in your gemfile.
gem 'airtable'
You may also need:
gem 'bigdecimal'
gem 'activesupport'
gem "json"
Step 2: Add a script to your _plugins folder
Make...
We are launching Row & Table as a consultancy firm that focuses on extending and integrating Airtable. If you need help with a project, I’ve got a team of four developers (at the moment) who have all worked with Airtable before and we would love to ...
Agree, we just did a custom job for a client that was basically this exactly. (using custom forms over the API). This feature would have saved them a bunch of money.
No, not at the moment.
What you can do and we have done is just host the script on a server with a public domain and hit it using the URL field type then interact with airtable using the API. This has the effect of creating a button.
In our case, we...