Have other Airtable related questions? Post here!
Recently active
Hi, I have a few tables on my base with records of inventory, each one with a price attached. I want to see how much I have in inventory total, so what I’ve been doing so far is using a summary block to easily see the totals from each table. Now I would like to combine the totals from several tables- does anyone have a suggestion on how to do that? I didn’t want to combine them all into one table because there’s very different data for each. Thanks very much! Alex
Hi. Is it possible to copy a row in a table to another table? I need to do this, effectively moving completed items to a file that accumulates the completed tasks. Any way to do that? Thanks!
Hi Airtables users, this is my first question in this forum because I’m using Airtable for the first time today ! :winking_face: I’m really impressed but I’ve an issue (the first one) I can’t fix myself. I’m trying to capture tags (all the tags) on a Webflow Page in the Showcase Section. Here is an example : https://webflow.com/website/clonecomp In this case, I would like to capture : cloneable / webflow / finsweet / nocode / meetups / community / competition / clonecomp I would like to be able to capture each tag. I can only select the first one (cloneable) for the moment using “.tag-holder .skill” with the “Text content by CSS selector”) and put it in my table if this is possible with the multi-select type. I don’t know if this is a good idea to use multi-select but I would like to give it a try in order to filter by tag after… Hope it makes sense to someone ! Any help would really be appreciated. Have a good day
Hi Im using a paid version i would like to allow my clients to have access to a Personal area for the customer where they will be able to view their purchases, their payments and their balance. what should I use to build it? Best Sagi
Hi all, this is my first time posting a question here. I’m using AT to communicate with my project managers of a construction company when their jobs are delivering and installing. I have two issues they are complaining about. They’ve save the shared link to their phone home screen and when they open it always takes them to the beginning of June when I first shared the link with them. How can I get it to go to today’s date or to this week? One project manager has made a request about the colors. Currently I have the delivery date one color and the install date another color. He wants the delivery date to be the color of the supplier (of 4 choices) I’m using and the Install date to be the color of the crew doing the work (of about 6 options). Is this possible within a single calendar view or would I have to give him two different calendar links - one for delivery and one for install? Thanks in advance!
Hi i would like to allow my clients to have access to a Personal area for the customer where they will be able to view their purchases, their payments and their balance. what should I use to build it? Best Sagi
Is it currently possible to limit the selection options based on the single select conditional field? Example: Single select is ABC or DEF, which makes the next multi-select field visible based on the ABC condition being met. Can I limit the multi-select options based on the ABC selection?
I upgraded from a free account to plus, but accidentally upgraded the wrong workspace. ( upgraded “example bases” - duh). Is it possible to transfer the funds to upgrade the correct workspace? Thanks.
Hi I simply need to add some records to a table into a "Linked Record’ field. I struggle to understand why it’s so difficult. I have this VIEW: and I want to add single and concatenated ‘Linked Orders’ via a script. This my array of records I’d like to add… Here is my code and results… full code let table = base.getTable("Daily Orders"); let ws = base.getTable("Production Required"); let view = table.getView("Unfulfilled Daily Orders"); let sku = table.getField("Line Items: Sku"); let ordernum = table.getField("Order: Name"); let currsku = ""; let ordstr = ""; let result = await view.selectRecordsAsync({ sorts: [{field: sku, direction: "asc"}] }); output.inspect(result); let ordersArray = []; for (let record of result.records) { ordernum = record.getCellValue("Order: Name"); currsku = record.getCellValue(sku)[0]; ordersArray.push({ fields: { "Order_Num": ordernum, "SKU": currsku }
Is it possible to reference another table in a primary field formula? I would love to be able to automatically add/remove records based on a checkbox value in a separate table. We are using Airtable to keep track of email accounts and distribution lists for our company. A distribution list can be associated with singular email accounts as well as other distribution lists. For this reason we have two tables - “Email” and “Dist Lists”. “Email” lists all accounts including distribution lists which are distinguished with a checkbox, and a separate table, “Dist Lists” links back to “Email”. The problem is any time I create a distribution list I have to add the record to both “Email” and “Dist Lists”. Any help would be greatly appreciated! Thank you!
Hi everyone, We installed the CSV import blocks inside our Airtable because we have a CSV file that we have to update daily to make sure the data is up-to-date. We use a column to merge with that always has a unique value (product_id). Like this we want to keep the data up to date for example when a price changes or when a new product is added. The strange thing is that we import a CSV and we receive a lot of duplicates which are not in the CSV file itself. Even stranger is when we right after import the same CSV file again it will continue to import duplicate rows inside our Airtable. Since we just updated it, in my opinion there shouldn’t be any rows to update the second time we import the CSV. Is there anyone that has experienced these kind of issues and does anyone know a solution how to solve this? It would help us out very much. Thank you in advance! Max
Hi, Is there a way to hide the ‘Show Data’ option in the top right of map block embed. It allows any logged out user to see all the underlying base data across all views and tables Thanks
Hello, How do I embed an entire airtable table into my website but allow people to edit it (it will be on a password protected site with viewers who only have permission to edit). When I tried to embed the airtable it was only viewable not editable on my website? Fyi I’m using Adobe Muse html widgets.
Can you add “Page Description” for the default values of web-clipper text fields ? The Meta tag option won’t work because websites use different syntaxes. Most scrapping tool try common known meta tag then default to the first paragraph (or first N lines) otherwise use the selected text
Hi, we have a calendar of several exhibitions that ends at different dates. I would like to create an automatic email that will be sent to us 15 days in advance before the target date so we can reach out our client and ask if he want to renew the experience or not before its too late. I have downloaded Integromat but i don’t know the right formula to write… Many thanks
Hello, I am new to Airtable. I’m trying to create a project where i have different tables with Start date, end date, people. I want to write a script that will loop through the all tables to check if there is any conflict of assigned date to any person. Can anyone put me through please. Below is my script i started. let table1 = base.getTable(“Project 1”); let table2 = base.getTable(“Project 2”); let table3 = base.getTable(“Project 3”); let Conflict = await input.fileAsync() if (Conflict) { record.getCellValue('table1.Start Date') == record.getCellValue('table2.Start Date'); output.text(`Yes`); } else { output.text('No'); }
Imagine a name string: Nina and Ian Fowler I want to end up with: Nina and Ian by finding and removing: Fowler. FIND() seems to function left to right, so while I can use: LEFT(Name,FIND(" ",Name)-1) To get: Nina How can I remove the last name: Fowler To get: Nina and Ian Any ideas welcome :slightly_smiling_face:
Hi, I am not a developer and am wondering if any of you can help me out with an easy-to-understand explanations. I need to collect credit card data from our customers and export it to our clients. Our clients use various payment service providers, so I want to use a vault system like ‘PCI Vault’ to store the credit card data. Is it possible to integrate Airtable to a vault system like that?
Hi, i would like to disable horizontal view as i only have ONE column. Tx.
I’d like to use Airtable as an IT helpdesk of sorts. I want to be able to open my users/asset table, select a record, and have a block that shows a record list that is filtered based on that selected record. So, if I have a computer asset selected, it will list all of the ticket’s related to that specific asset. Is this possible somehow?
I feel like if I could have a block that would pull a specified field from a selected row, that would act like the “Long Text Field” popup window, I’d be able to ditch Notion. I just need a place to easily see longer text. Here’s an example. I just want to to change each time I select a new record. The popup is nice, but it’s not persistent.
I run courses at an art school. I have initially populated a base and various tables with student information imported via csv. Now I need to import new information regarding new courses. Some students will be the same. How do I update the original student records with this new information? It seems basic like there should be a check box to update existing records where name and phone number are equal. Any help would be appreciated
@Mohamed_Swellam @Justin_Barrett Hey, I’m trying to integrate Zapier and Ship Station. My orders have a linked field “products” with multiple records. When the items get imported to ship station it is as one item “item 1, item 2, item 3” if I use a lookup field. They need to be separated into individual columns. Is there a way to expand all the linked items into their own column or integrate a better way? BH
Hi I am converting a Google sheet to Airtable. In Google sheet I have a formula that: Counts down 7 days from Last touch to 0, this acts as a reminder. If a follow up date is set, it counts down the number of days from the reminder date If certain conditions are met (e.g. dead/stop) shows '-" You can see it working here: https://docs.google.com/spreadsheets/d/1sca1LgSu46ouOAigppAQYfQNwW48vOgu3c9wcux5HCE/edit?usp=sharing The formula I am using is: =if(and(F2>0,F2>E2),F2-today(),if(or(E2=0,C2=“11 - stop”,C2=“11 - dead”,C2=“09 - lead (Booked a call)”,C2=“10 - sale”,C2=“08 - email follow up sent”),"-",E2-today()+7)) Can you please help me to write this in Airtable? Thank you
I have a base with volunteer information, and for each volunteer record, I have a field for skills. This is a linked record to a separate table that lists the skills. I’m trying to create a grid view of the skills that is grouped by the name of the skill, with each linked record (volunteer) listed on a separate row below. What I’m getting is one record with each of the linked records listed together in the Volunteers field. Is there a way to list them separately?
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.