Have other Airtable related questions? Post here!
Recently active
I have tried now several times to contact sales regarding this issue and no response. I was wandering if Airtable had any sort of PII certifications or anything related to that. What about being HIPPA Compliant?
Are seats the same thing as users? For example, if I invite someone to a table as a commenter, does that count against a seat, or do they have to be a collaborator on the whole base? How does that work?
Cannot Download via Mac airtable AppI am using version 1.6.3 (3)
Hey y'all!Some fields were deleted in table-1 of base-1. I then created a snapshot of base-1 from before the changes were made, let's call that base-2. How do I copy/move the good data from base-2 table-1 INTO base-1 table-1? I'd like to do this without changing any table IDs that could impact downstream usecases. Any pointers? Thanks in advance!Harpal
Hello, I have a zap that checks for an email. I have two fields - primary and secondary emails. The zap only searches for one field. Is there a way to search multiple fields? There’s this advanced formula https://support.airtable.com/hc/en-us/articles/218151657#formula But I don’t know the syntax for something like search x AND y. I tried this but it didn’t work: {Email}OR{Email 2}="{{42033181__output}}" Thanks, Kahlil
I can't seem to find any posts/ guides relating to Authentication.I have a no-code app, and im trying to get users to click on a button (Follow) > and they could get updates from the business. Can anyone point me in the right direction?How do i store the user info and validate it in Airtable? Or how do i get the user linked to the business?
Is it possible to use comas insted of dots as decimal separator in a number input?
Hi allNew to airtablePlease assist with changing the name ["(empty)"].Thanks in advance.
Hi, I cannot download attachment files via windows app.I can download via Web blowser like Google Chrome and Microsoft Edge.I could download files until today but I cannot today.I uploaded tons of files yesterday. But is it related to this problem?If somebody got same problems before and solved it, I would like to know how I can solve this problem.
I have a records with attachments that I have filtered down to just what I want to download. Is there a way to download all the attachments of the filtered records? Or do I have to walk through each record downloading each individually?
I have a calendar view in one of my bases. I went to share view, sync to an external calendar and copied the link. I sent this link to a user via text. I had the user right-click and select copy from the text message. I then had her go into apple calendar, calendars, add calendar, add subscription calendar, paste the URL in the subscription URL field and click on subscribe. She then gets the message "Validatioin failed. Please edit the URL and try again" I tried the same steps at the same time she did in my own calendar and it worked fine. What could the issue be?
Hey there! As I am new to using Airtable, I am wondering how I can link multiple records with the same value to a record in a different table. Let me be more specific below.I have two tables:1. New Users (A list of unique new user that started using an application)2. Guide views per visitor (A table with records that record every single in-app guide view, progress, date, etc.)In the Guide views per visitor table it is possible for there to be multiple records of the same user, for instance when person A has seen guide X (record 1) and guide Y (record 2). Ultimately, I would like to showcase which guides every new users has seen in a column in the New Users table. Would love to hear how and if I will be able to do this through linking records or automation?
In the Airtable Admin panel..if I go to Bases > Collaborators for any base, click "+Add Collaborators" I can see a specific group, it shows them as a group icon and with the amount of people in that group.. but when I go into the Group admin panel that group doesn't show up at all.. is there anywhere else inside Airtable homepage or Admin panel to find other groups to edit/remove?
I want to show the previous email exchange I had with my contacts. “I want to create an Interaction table” with the following fields: (Number of emails, Total interactions, Last interaction, Last email received, last email sent) a. How can I connect my Gmail/Outlook to Airtable for that? For calendar events (google/microsoft): I want to have the following fields. -last time I had a calendar invite with someone -last time I invited them to an event -last time they came to my event How would I automate/formulate this so it appears on my CRM? Thanks in advance for your help!
Under "Product ideas", there're a whopping 270 pages of ideas for Airtable to consider and/or implement. Idea statuses: "considering" = 0; "in development" = 0 ... Why do we even bother?
Hello Community,We send forms written in French to our clients. If the client's automatic translator is activated on French, our form is still translated in French by google and introduces French mistakes. It seems that Airtable forms are automatically processed by translator as English instead of French. Is there a way to fix this?
I have a need to upload records from an excel file on a daily basis. I want to automate the process so that only the fresh records added are imported. I dont know if Airtable can be configured to import only those records that were added on a certain day? Thanks in advance!
Hi all,Is there any way to have a table in page designer where Table columns are on the left and their values on the right? Attached photo, top is how it is, bottom how I would like.
I am trying to find and compare exact value from a table to other.Table A: I will insert 'Key' of other table's record. Once I insert the key, automation script will run and it will search the corresponding record.Table B: Bunch of records are exist in this table with unique "Key". I am trying to make script as below: console.log("스크립트를 실행합니다.") let tableName = "Review Ticket" let tabledata = base.getTable(tableName); let record_id = input.config().recordID let record2 = await tabledata.selectRecordAsync( record_id, {fields: ["Title", "Key", "Task to Review", "Subtask to Review", "Asset to Review"]} ) let input_key = record2.getCellValueAsString("Key").toUpperCase() if (input_key.charAt(0) == "T") { var table = base.getTable("Tasks") // var fieldName = "Title" // var keyValue = "Key" var queryResult = await table.selectRecordsAsync({fields: [fieldName, keyValue]}) var findKey = queryResult.records.filter(element => ( element.getCellValueAsString
hi. I’ve created a new base in a new workspace starting from the project plan template. is there any way to remove the lis of names in the assignee dropdown? can’t find it in help of see a table it uses to generate the list thanks
Hi there! I’ve been using DATETIME_PARSE for some time now to convert outputs (datetime strings) from formulas into dates with format but now DATETIME_PARSE is not working anymore. I don´t know if Airtable has made any updates around this function recently? Just to give a further context, I use DATETIME_PARSE to convert datetime strings (with this format ‘DD/MM/YYYY’) resulting from a formula into Dates with a format that Airtable can read in order to compare them with other dates (these dates have the Airtable format). DATETIME_PARSE used to convert them into comparable dates but now the formula says #ERROR! all the time. If any of you know about any updates Airtable made around this formula or instead knows how I could solve this problema please let me know!! I’ve already tried 1.000 different things :frowning: Thank you for your time!!!
Looking for some airtable advice! We essentially run a startup event where we collect a bunch of data points on founders, present that back to VCs and Investors and allow them to get in touch (right now we have a form with a dropdown to select the founder record but this adds a layer of friction). What we would like to do is remove the barrier of the form and have a button to automate the intros (ideally just on a single view). I've tried creating a button linking through to founder details which triggers an email, but I'm struggling to input the fields that link back to the person who's logged into the airtable as a collaborator. Additionally, we would want to create more data points. Any help/other suggestions to using the likes of softr would be massively appreciated!
As unfortunately, Interface cannot be shared with non Airtable users with a paid account, I am trying to see how I can make data visible outside Airtable.I have used Looker Studio (Google) by syncing Airtbale to Google Sheet using Make (Former Integromat), and then use Looker Studio to create my graph from the data in the google sheet, but it is lot of work, not super user friendly process. I have seen solutions to sync Airtable and Google Sheet easier but are super expensive solution. Or solutions to extract the data from Airtable and import it into Looker Studio directly, but again quite expensive.What other solution am I missing?
Can any or all of these be done?Share an interface with people in my organization without the link being public facing, with navigation links to multiple pagesShare with people in my organization without adding them as a member of AirtableThe option to create a universal link that is not public facing and is only available to people within our companies web domain, ex: widgets.comUnlimited sharing with as many people in my organization as needed, with "view only" accessThe context is that I am creating a user research repository and exploring Airtable as a solution. It needs to be shared ideally without having to add individual users, and it needs to be a secure link.
The 'Send Record' feature still shows on the Desktop version, but it is missing from the app. (When you click the three dots the only options are "Duplicate record" or "Delete record."AirTable Version 9.5 on iPhone 14 Plus running iOS 16.5.1. Also not showing for one of our staff using Pixel 7 Pro.Can someone tell me where it went??? This is a pretty important feature for us!Thanks,Terry
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.