Have other Airtable related questions? Post here!
Recently active
I’m trying to create a Single Page App in Airtable because I want to be able to change which components are displayed to the user dynamically. My approach is to use react-router-dom’s MemoryRouter, NavLink and Switch. Here is my code. import { initializeBlock } from '@airtable/blocks/ui'; import React, {Component} from 'react'; import { MemoryRouter, Route, Switch, NavLink} from 'react-router-dom'; import ReactDOM from 'react-dom'; class Home extends Component { render() { return ( <div>Welcome to Home page</div> ) } } class About extends Component { render() { return ( <div>Welcome to About page</div> ) } } function MyApp() { return ( <MemoryRouter> <div> <NavLink to="/">Home</NavLink> <NavLink to="/about">About</NavLink> </div> <Switch>
Hello,I'm a fresh user of Airtable. During Pro trial I created some basic table with a form for people to sign up for an event. To avoid any accidental changes to the form after it was shared, I locked that form.Now the trial period has ended and I cannot unlock the view, or even delete it (after duplicating).In all the places that allow for unlocking the view, the option is gone. When clicking on the view's bar on the lock icon, then "Locked view / Collaborative view", nothing happens.This means that I cannot e.g. stop accepting entries. Link settings cannot be changed. The view cannot be deleted.I wrote to the support, but I'm afraid of being forced to pay $20 for Pro just to unlock one form...Any other ideas on what to do? Thanks
I've been running a form for 2 years and a few weeks ago I stopped getting email notifications when a new response was submitted. I've gone in and toggled on/off on everything but it hasn't changed.Any one else have this problem?
Hello, friends.I have two tables. Unfortunately I can't change how they're structured, or I would. So I'd love some advice on getting what I need from this setup.The first table, "readers," shows a "profile owner" associated with a "branch." Then there's a list of readers in the third column, titled "reader name." I need to associate those readers with their branch so I can show how many readers there are per branch in an interface report.The second table, "totals," shows an aggregate of how many readers are associated with each profile owner. But in the "totals" table no branch is listed.I'm hoping that I can choose "totals" as the source for my "readers per branch" element by matching "first name" to "profile owner" from the "readers" table. This would create links between "number of readers" in the "totals" table and "branch" from the "readers" table.I hope I'm explaining it well. It's complicated. I searched through the community, help docs, etc. to no avail. Perhaps one of you can
I'm encountering an issue while trying to download and attach images from Airtable to my Rails application. I'm using a rake task to transfer data from Airtable to my PostgreSQL DB and everything works fine except for the image attachment part which happens through Cloudinary. I need assistance in resolving this problem.The main problem is definitely downloading the attachment from the stored URL in my attachment field to then have a valid image file (.jpeg format). Has anyone experience with this?The issue I'm facing is that when I run the rake task, it throws an "Invalid image file" error. I have checked the URL and confirmed that the image is accessible. I suspect that there might be an issue with how I'm downloading and validating the image file.I would appreciate any insights or suggestions on how to resolve this problem. Thank you in advance for your help.Best regards,Lis
If I create a View Share link in Airtable and email it to someone so that they can see my view, will that person be prompted to first create an Airtable account? Or can they just view the link (as I had intended...) by clicking on it?
How to delete ( " ) input, when the other input a wrong format. i try delete and reinput, but it seem i can delete ( " )
It's a bit of a silly question, but I am a little alarmed that I have used up 39,000 automation runs out of the 50,000 available for my workspace ( I am on the pro plan ). Just wondering if it renews monthly, and how can I add more if I need to?My business is expanding and the amount of automations might reach the limits eventually, there should be a way to add more runs separately hopefully?
I have 3 tables:1. A Contacts table - lists each contact, their email, their phone number, and their Company. 2. A Company table - links to all the Contacts for that Company.3. A License table - lists all license numbers, their expiration dates and links to the particular Company the license is for. I was able to use a lookup field in the License table to figure out who the Contacts are for that particular Company. Is there a way for me to pull those Contact(s) email addresses into another field in the License table? Or do I first need to use a lookup within the Company table to lookup the emails of all the Contacts associated with those companies, and then pass it over to the Licenses table with another lookup of the Company table?
Hey AllI have a business producing about 10 000 records a month, that's going to double in a few months. Will it be feasible to create a new base each month and move the previous months data to a "backup" base?Thanks in advance!
Is there a way to choose a multi-select option more than once? For example, if I have a list of A, B, C, D for a job, and that job requires 3 A's and 2 C's, is there a way to choose those options in the multi-select more than once? Right now I can only choose A once and C once.
I have been using Airtable for a while now and have quite a good grasp of how I can use it. But somehow I can’t seem to figure out how to track my different social media stats in the best way. In excel I would just have a row per stat and a column per month but that is hardly effective now, right? Who has a show and tell for a great stats tracking base?
I'm running into a problem. I have a "projects" table and then I have a "tasks" table. In the tasks table. Within the tasks table, certain tasks are subtasks/child tasks. Under each project, the tasks for that project appear. I have nesting enabled. The nesting works for the parent/child task. But the child task appears twice in the same list both as a subtask/child task as well as a parent task (without subtasks). It isn't a duplicate record. It's the same record. When I make changes to the record, the same change is immediately reflected in the alternative record. Not sure why it is doing this.
HiIs there a way to send a record by email (manually not an automation) that does not show the titles of each column if it is an empty field? Even if the column is hidden it still comes through on the email.To explain further, I'll have a meeting to present concepts, each meeting I could show between 2 - 10 concepts and for each concept there is a name, image, description and link. My problem is that I need to set the table up for the max number of concepts shown and then I email the client after the meeting with the record of what was presented and all the info for each concept. If I send the record with just 2 concepts the email also shows the title of each column which is empty making it appear as if there is info missing. i.eConcept 3Concept 3 descriptionConcept 3 link etc etcIf someone could help me please I'd be very grateful. Many thanks
Greetings all, I am building a non-profit membership tracking system that pulls in new member requests from our Mailchimp list and invoices from our Xero system. I am used to the standard unique key, foreign key database structure and am struggle a bit to understand Airtable’s relationship structure. As of now, our mailchimp list and xero invoices link OK on somene’s primary email address, which is my unique identifier for the Contact table. I realize that if they change / udpate their email address (which happens), that connector will break. It took me a long time to realize that the first column of each is automatically the “unique” ID, even if it allows for multiple identical string entries. So, originally I had full name as the first column, but John Smith and John Smith can exist and are not the same person… which screws up the linked tables. “Name” + “Company” (or any secondary field) doesn’t work well either, as often times people don’t fill out too much in the forms. Phone numb
I have a View of records with populated date fields. Is there a way to change all the times so that all the times are 5:00pm while keeping the same date? I only want to do this to a view of records in the table, not the entire table.June 4, 2023 12:00amJune 11, 2023 12:00amJune 18, 2023 12:00amJune 25, 2023 12:00amJuly 2, 2023 12:00am
Hello,Does it happen to you that the downloaded setup file to install Airtable app for Windows 10 was blocked by antivirus, saying that it is affected by IDP Generic?The webpage from which I downloaded it from is:https://www.airtable.com/downloadsThe antivirus blocking it is Avast.Thank you,FrancescoZ
Hi there,I'm not a developer but I'm exploring and using various scripting options, but can't seem to mitigate the crash I encounter when to use the script below. Can someone help with this? Thanks in advance!The feature I want to build is a bigger one: it's a vlookup feature with auto categorization based on the intermediate table [personal categorization] - so a script to conditionally link a record.But this is a simplified version without that auto vlookup to focus first on the crash when trying to link a record:Here I choose one record from table [personal expenses] and one from the table [personal categorization].The field [Type] in table [personal categorization] is a linked field with a link to a record in a 3rd table [personal budget].What I want to do in the end, is that the chosen record in [personal expenses] is linked to the record in [personal budget] via the field [tmpLookUpLinks], and that value should be retrieved from the field [Type] in the [personal categorization] t
Hi,I’m using Airtable for our fundraising Auction database to store items to then upload to our Auction website. We have our items in Airtable and then different image fields for the donation. We have 10 image fields. Each field has its own image. Those images are named by the product ID we assign them.Anyway, the issue I’m wondering about is when I download the CSV of items to then upload to our Auction website, some of the image fields have the image file name which is great, and then a lot of them have the image file name AND then a link to the image in parentheses as well. I’d like it to just have the name of the file without the parentheses and the link, nothing else. Is that possible?Here is an example of an item with two images: Argus BarGrilleArgus BarGrille $30 Gift Certificatechecked33363336a.jpg (https://v5.airtableusercontent.com/v1/17/17/1685080800000/e3lVoj8FvtRxx8BWOwj2BA/ilaexjilCZ2adMCU99U5nZUNWU_s6USfdE48s528CIWonEMKILjcGtyFCBQOdTGdjKWR88WeiIaste66H5TicItFRblGL9O
Not too bright of me, I know, but I have a number of bases with similar names and versions of the same general content. I'm trying to figure out how I can determine which one is the most 'up-to-date' without cross-comparing each and every line of all of them. The Home screen doesn't tell me when a base was last edited, or originally created, it only tells me when a base was last opened--which is utterly not helpful when you're clicking around through old bases trying to find the right one (so they all report being opened within the last hour).Is there some other interface or button I am missing, or a secret 'info menu' to be found somewhere in my account that would give me more detailed stats about the creation and edit history of a particular base? I'm thinking something like the 'Get Info' option that right clicking a folder gives you on a Mac.Also not too bright of me, I didn't realize I needed to proactively click to save snapshots--so it seems that I can't dig in
I have created a table that we record the time it takes us to carry out specific tasks for clients. I have created a subsequent view for each client and shared with them a private link so they can always see what tasks we are carrying out and how long it takes. However, on the subsequent grid view, I would like a filter to show only the work undertaken this billing period. e.g. from the 1st of the month to today’s date. Is this possible? At the moment I have a filter that is: Date “is on or after” + “exact date” + “1st Dec” However, I have to manually change that date each month. is there another option that would work rather manually changing it each month? Any ideas would be appreciated.
Simple and easy question, I plan on using airtable with a group of 25 for a project. Is it possible that I can allow all of them to edit on the free plan?
Hi! I’m looking for a way to limit the Date field in my form so that the person filling out the form is not able to select the current date, only dates in the future. Is this possible?
I’d like to update the Status column of a record when a specific time listed in that record is passed. This is to create a social media publishing calendar. I add a post time to a record. When it is that time, the records status column is updated to Approval. I then have a separate view filtered by Status=Approval where I’ll review records that need to be approved. I currently have the Status column set as a single select as Queue, Approval, and Posted. If possible, I’d prefer to do this via a formula column but am open to setting it as an automation. Thanks for the help!
Bonjour à tous, J'ai besoin d'aide de la communauté airtable ! 🙏 Je pense être au bon endroit ! 😉J'explique ma requête. Nous travaillons depuis quelques mois sur airtable, nous devons refaire notre site internet, et avons envie de lier airtable à notre site ( que les clients puissent remplir des formulaires et que l'on ai directement les infos sur une nouvelles demande) bref. 🙂L'agence qui refait notre site, voudrait l'accès à "l'interface designer" de nos formulaires. Nous ne voulons pas leur divulguer toutes nos informations, j'aurais juste voulu leur partager la vue "formulaire" mais ils ont besoin d'avoir accès aux fonctionnalités permettant de construire le formulaire en tant que tel. ( voir photo )Comment faire ? Merci d'avance. 🙏 Camille
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.