Have other Airtable related questions? Post here!
Recently active
I have a table of initials of our employees that are used to tie them to other tables. Someone accidentally created two duplicates of one one of the employees, so I have 3 rows with records linked to “CO” in the name field of each of row. I need to unlink all of the records from the two duplicate “CO” fields and link them to the original “CO” field. Is there a way to do this easily without manually adjusting each linked record for the duplicate “CO” fields?
Hello here, i am trying to find solution for simple action, but i cannot find it so the situation: table 1 product (unique) EAN (= barcode) table 2 barcode (from scanner) result (checkbox) what i wish to do: scan with barcode, save the number to table 2 (=fill the value in barcode) compare the value from table 2 with EAN in table 1 if the result is true, make checkbox on, if false, leave the field not checked so is there any way to do it with formula ? Thanks for answer and forgive me mine english, and programming skills (noob forever :slightly_smiling_face:
If the cell is BLANK I want it to show up as blank in the field rather than ERROR For example: IF ({Date of Donation} = BLANK()," “) but this isn’t working and right now I do not have the if statement so it is showing up as error. I also want another IF statement that says : IF {{First Name} & {Last Name} = BLANK(), " {Organization }"} So if the first name and last name are blank enter the organization name instead.
For this retail example, I am importing sales data into a Sales table, which automatically updates the Inventory table. Here’s what I want to solve for: As file is being imported into Sales table, check productID against Inventory table to see if productID exists, if it does not, do not import. Thanks for your help!
Hello everybody! I was wondering how do I see what a form password is set to. Is there a way to view that?
I have one table filled with dorms. The dorms have other fields like “Building” and “Floor.” I have another table with assignments to clean specific dorms. If I create a cleaning assignment but instead of a specific dorm number, I enter just a building, I want a “Find Records” automation to find all the dorms assigned to that building (that part I know how to do) and then I want the automation to turn around and create a separate cleaning assignment record in Table B for each Dorm record found in Table A. How can I do this? I bangin` my head against the wall trying to figure it out. I think I would prefer a script but I don’t even know how to begin with that.
I work with Los Angeles Times newspaper. Airtable has mistakenly disabled my team’s account. After multiple inquiries to customer support, I am getting NO help. They are saying that the account was accidentally disabled do to an association with a competing media company. It seems airtable has disabled all accounts with the LA Times URL email address due to a competing media company who is inquiring about moving to an Enterprise account. After days of explaining that this is not my company and getting nowhere with support, and this effecting our business, Meawhile, my account is still attempting to be charged, even though we are unable to even log in to the free version of the platform. I am resorting to posting this here, in the hopes that someone might tell me how to speak with a senior customer support person and get this resolved, before we have to take legal action.
Hi guys! I’m using Airtable as a backend for my client app. In this app (that I developped with Webflow for the front), my clients (UX/UI design) can manage their different projects and send tickets for their maintenance. When creating a ticket and when a commenting a ticket, I want to send an email notifications. For that I wanted to use Automations. Despite having a formula that pull up the user email and inject it in the automation, the date isn’t showing in the automation panel. Can you help me sorting this out? Thanks a lot, Olivier
Hi team! I’ve been using this wonderful formula to set a due date for something, but the issue I have is that it defaults to 12:00AM. How would I append this formula to set it to, say, 4AM? Using a formula to return the date of 1st day of last month Formulas Hi all, New to Airtable and by no means a whizz when it comes to formulas. In short, I need to create a formula that will return a date of the 1st day of last month. In other words, today (May 21st), the field should show a date of April 1st 2020. As soon as we hit June, that date should change to May 1st 2020. Any idea how I could do this? Thanks all… Thanks!
I have an external API using, which I’m getting a list of the items. Items object/array is having a field name = title I want to update only records for which title matches AT also have a field name “title” but this is not working as expected. it;s not aligning the correct records. let table = base.getTable('Data'); let view = table.getView("CMS Data"); let query1 = await view.selectRecordsAsync({ sorts: [ {field: "Title"}, ] }); let response = await fetch('https://<api-url>/endpoint?_format=json', { //method: 'GET', }); let query = await response.json(); let peopleTable = base.getTable('Content'); for (var i in query) { recordId = query1.records[i].id; if( query1.records[i].getCellValue("Title") == query[i].title ) { let cms_id = query[i].id; await peopleTable.updateRecordAsync(recordId, { "id": Number(cms_id), }) } }
Hello i am trying to update my woocommerce image using pabbly whenever airtable record is created but i got this error. What did i do wrong? “Error getting remote image http://dl.airtable.com. Error: Forbidden”
Hi, I’m building a membership registry (list of names, addresses, id numbers etc per row) on airtable with either an interface or softr front end for different types of clients to see I predict the number of row entries will easily pass the 100 000 limit in due course, so I’m worried about what to do next when that time comes. Are there any workarounds or solutions to the ‘100,000 row limit’ problem?
Hey all, this question has been asked in the past but no real solution has been provided. I wonder if 12 months later we might have a work around. Every time I copy a concatenate cell, it adds quotations marks around the text " ". Opening each cell individually and then directly copying the text adds such an un-necessary step to my workflow. Is there another column I could apply a formula to that would remove the quotation marks? Thanks
I’ve searched, but maybe am using the wrong terminology! Is there a way, in a PLAIN TEXT or URL field, to @reference another table (in the same base). Use case I have tasks setup, and in each task I direct the user to the applicable table to action. Thanks in advance, Danny
I have a datetime field that includes data that’s precise to the second. I’d like to filter records based on an accounting window that’s somewhat unusual (like 2pm Thursday to Thursday), rather than just Thursday to Wednesday for instance. I saw there’s an old forum question on this, but it’s about 5 years old. Is there any update on this topic? How to filter by time not only date Dates and timezones Hi, I do have a datetime field containing,… well, date and time. I’m building a view now for a export and I need the filter to only show me certain entries prior to a special time (not only date). It looks like the filter does only take dates and not a time - at least I couldn’t find a syntax that works. How do I filter and show only entries that happened before a certain date AND time? Thanks, Frank
Newbie here. I’m trying to import from excel and when i select the quick import option and select excel the pop up box does not appear. Screen flashes “loading” quickly but the pop up does not appear. I get the same issue with CSV, Google sheets, and other import options. I’ve already updated pop up options (using Chrome) to ensure they’re allowed. I can’t see any other topics on this issue. Not a great start to my airtable experience.
I’m trying to find an easy way for other teams (non-technical) to work with Many-to-many relationships with AirTable. A simple example would be: Authors, Recipes, Ingredients A recipe could have multiple authors and multiple ingredients An Ingredient can be used in multiple recipes An author could have authorized multiple recipes I want to create a way (a form would be nice) where a user could insert the necessary that would populate various tables. Some of the data entry fields might have auto-complete on them if they’re looking up an ID field. If I wanted to enter in a recipe when looking up an author I’d like to see a list of what Authors are there, or create a new one. If I’m entering in ingredients I’d like to have a lookup as well because I won’t want to have mistakes in the ingredients table. (I don’t want to see Apple, apple, aple, appple, etc.) How could I go about doing this?
Hi everyone, I am new here. I am now testing airtable before making any decisions. I want to remove this header from my website when I embedded. Can anyone help me to solve this problem? Thanks in advance
Hello! I am hoping for some help on a problem I have. :slightly_smiling_face: I have a Projects table and the following fields: Status: a single select field that is either Confirmed, Completed, Prospective, or Declined/Did not pursue 3 Date fields for recording when the single select field changes to Confirmed, Completed, or Declined/Did not Pursue. Each with historical data I don’t want to lose. I would like the following to happen but don’t know if I can do it in a formula or automation: When the status field is updated to be “Confirmed” → Record the date in Date Confirmed When the status field is updated to be “Completed” → Record the date in Date of Completion When the status field is updated to be “Declined/Did not pursue” → Record the date in Date Declined Any assistance is greatly appreciated! I am still relatively new to AT. :slightly_smiling_face: Thanks
Hey all! I have a simple bar chart I want to show the total count (Y axis) for a given formula field. My view grouping does this very well, but when represented as X-axis in my chart, the chart app adds a parenthesis value to the label unexpectedly, growing the number of X-axis values significantly. Attached is view of values (only 7 unique values for X) and how they’re being messed with in the chart. Chart settings added as well. Any advice is greatly appreciated in advance, thanks!
I am using a kanban view that has columns stacked by a single select field which denotes a freelancer’s name. Every new entry in the table denotes a new assignment, at which point I drag the assignment card to the respective freelancer stack. What I am looking for is a way to get Airtable to spit out a date to track the last time each stack was last given an assignment. I haven’t had any luck with the last modified field type because I cannot simple make that last modified dependent upon one field in every card because a stack could have numerous amounts of cards; but I also can’t make the last modified field dependent on the stack itself because that is technically a static piece of information. My ultimate goal is for this data to show in a table where each freelancer (stack) value spitting out a date of last assignment figure based on the last time an assignment card was dropped in that respective stack, probably in an AT app later down the line once I figure out how to actually con
It appears that the Charts are only showing the Primary field, X axis & Y axis field when you click on a section to drill down on the graph however it used to show the Primary field as well as the first few fields of the associated View. So in this example it’s showing only the SO# (primary field); the PM & Status Field. However I would have seen SO#, Project Name and Site fields. I can’t tell if I changed something or not, has anyone experienced this? View’s Field Order:
When I refresh page, I lost all grouping and filters on a shared table. It there any chance to keep them? Could it be saved on Local Storage?
Hello, Im am trying to find out how to link one record multiple times. I am attempting to make my material price table and flat-rate table work together. Right now I have 2 Tables that don’t work together. The First table is a flat-rate table for jobs which includes material, labor hours to have prices for individual jobs such as replacing one fixture. My other Table is just for material and can be updated as prices fluctuate. Right now with material price changes the flat-rate table has to be updated separate from the material table. So I made a new flat-rate table that links to material so it will update automatically with price changes. My problem is in the quantities, all of my material is based in units of one, on foot of wire, one switch etc. This is how it’s shown on invoices from my supplier so it makes updating prices the most convenient. I can’t link a record multiple times in my flat-rate table to reflect proper quantities of material without changing the original record’s q
When the Start date field and End date field are the same, records DO NOT appear in the Timeline\Day timescale, but DO appear in views bigger than Timeline\Day. Setting the End at ‘Start + 1 minute’ makes it work- but yuk! Is this by design- to be completely invisible in ‘Day’?
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.