Have other Airtable related questions? Post here!
Recently active
Check out these web clippers for Instagram’s web platform! One clips individual profile information, and the other clips individual post information. I’ve been using it to keep track of tattoo artists that I like. See the way my base is set up here! Here’s the clip action recipe for individual IG profiles: { "schemaVersion": 3, "fieldMappings": [ { "fieldName": "artist", "fieldType": "singleLineText", "defaultValue": { "type": "pageTitle", "opts": null } }, { "fieldName": "url", "fieldType": "url", "defaultValue": { "type": "pageUrl", "opts": null } }, { "fieldName": "bio", "fieldType": "multilineText", "defaultValue": { "type": "cssSelector", "opts": { "cssSelector": "div.-vDIg"
Hi,I have a base that includes a text field where users may share malicious URLs. I want the URLs in the field, but I don't want them to be hyperlinks - as I don't want our team clicking on them by mistake. Is there an easy way to remove URLs being clickable from a text field?
I have created a group named ABC by " Share-Create a group-add members ".However, I cannot find this group ABC, in " Edit field permission-specific user-find a user or a group" . I can only see the names one by one in the list. Pls kindly give your advice, Thank you !
Hello, I am working on a database where someone may have to created multiple items and instead of having a bunch of columns I was wonder if it is possible to split the items from one cell into another row.For example. I have a request from a team to build out some new content. We will be creating 3 new courses and we plan to track all new course created on another table for our "course catalog" So I was hoping to automate it so that if there is content listed under the created each bullet point would it's own row on the course catalog. - is this possible?
Hi -I need to copy text from a long text field with rich text formatting turned on to other applications (e.g., Google Docs). After researching, the issue seems to be due to Airtable's underlying markdown formatting.Is there any way to export the text or copy-paste the text into another app that understands the formatting and can display the text and export with the same formatting Airtable displays?Thanks!
I have a script that looks at a Festivals table and based on a date input prompt in the script it returns any festivals that are occurring during the date input by the user by looking at the start and end date fields. I'd like to further modify the script to allow the user to select 1, or more, genres of music and any festival that lists any one of the selected genres is then returned. I can get the first portion based on date to work, but I've tried several failed scripts in the attempt to further filter by genre. The script clearly finds a festival that has a genre included but still returns "No festivals found" message when run. Any help would be greatly appreciated if I'm merely creating the script wrong, or if it's just simply not possible. SCRIPT FOR ONLY THE DATE FILTER (WORKS)// Get the table "FESTIVALS 1.0" let table = base.getTable("FESTIVALS 1.0"); // Prompt the user to input a date let inputDate = await input.textAsync("Enter a date in YYYY-MM-DD format"); let da
Hello, I generated a button to send whatsapp to customers, my question is if it is possible that once I have "pressed this button" I can update another field to indicate that the message has been sent.Thank you!!!
Greetings! I am trying to figure out the best way to add dates/times of different candidates spoken to for interviews. Ideally, I would like to have one project line entered and then be able to click on the project to see which candidates were interviewed and when. I am trying to avoid repeating the project entry to break out and see the different candidates and would like to keep everything in one project entry. Eventually, I am also looking to create a monthly report to see what candidates were spoken to and when for each month. Any guidance is greatly appreciated as I am new to airtable. Thank you!
I just added a small group of people and gave them commentor permissions, and I asked them to make comments on certain records, so that I could get their input on a project. I know for a fact that they went in and made comments because they emailed me to let me know they did it, but I don't see their comments! I am the base owner.
--
Hi, we are working with the MacOS App. Since a couple of weeks there is no option to open a new window (or CMD+N)I already re-installed the app and also deleted the cache. Thank you!
Hi,I have a rollup field that uses ARRAYJOIN(values, "\n") to create text with new lines. I want to copy and past that text to another application. I'm think this worked at one point, but now my options seem to be: a) Copy from the field in the grid view, in which case I get the new lines, but the whole text is surrounded by quotes that I don't want, or b) Copy from the expanded view of the field, or the field in the expanded record view, in which case I get the text without quotes, but all run together without new lines. Neither of those behaviours seems right, and the behaviour being different in the two locations seems odd too. Hamish
Hi all, I’m a novice at airtable and some of the lingo is even over my head, so please bear with me. I’m a small business owner. We use Airtable to track our projects, sales pipeline, contacts, tasks etc. I am trying to create a custom grid view of my projects by quarter so I can see our projections. I would like to hide other info to be able to see a focused view. I have a column which is projected close date - I thought I could filter by this field, but it’s too limiting. Could anyone help here? Appreciate the support!
I've created a form for collecting sign in/out info and times for a space here at my work. It's a simple form with a spot to input your ID# and then a single select question with two options (Sign in or Sign out). If you select Sign out then an Optional Conditional Field opens for Notes. It fills out a table for us to view who is in the space at a given time, and keeps track of who was in and when.The form works fine on a computer. There is no issues with that portion of this. But when I try to load it on an older iPad (iPad 2 Mini running 12.5.7 which is as high as this older one will go) in either Chrome (version 92), or Safari (version 12.1) I can't get the form to load. The link works, it tries to load, but I just get nothing. When I tried to view a Gallery View link all I got was the blue outline around the page. No cards, no info.Airtable's own spec page shows that the requirements to use the Browser view of Airtable is iOS 11+, Chrome 67+, or Safari 12.1+. I've cleared my cache
I reached out to Airtable's support 10 business days ago regarding a significant billing issue (upgrading the incorrect workspace to a yearly plan) and then followed up at the 5-day mark with an additional message. Outside of an automated email stating that they would get back to me within 72 hours, I have received no correspondence. Are there any other ways to contact their support staff? Not responding at all is just unacceptable.
I have a base that mirrors a health record system. I have a Forms table and a User Role table connected by a linked record field. Whenever new or existing forms get added to user roles, I have been manually adding and linking the forms to the associated roles. I can pull an updated list of forms associated with a given user role from the system and clean it up in Excel, but when I try to import the new list and merge it with the existing list using the CSV import tool, it always ends up creating duplicates, even when I select "merge with existing records". I've tried using the Import Data tool, but that won't let me update linked record fields.What am I doing wrong? I wish there was some way I could just copy and paste from the form list in Excel into the Forms field in Airtable and have it just overwrite what's in the cell and create new records as needed.Thanks!
Hello! Whenever I create a new record, one particular value from a Multi-Select table automatically populates. I didn't intend to do that and can't figure out how to reverse it. I've tried to figure it out on my own, but haven't been able to yet. Thanks so much for help!
I am building a custom extension which will send data from Airtable to a third party API (the user will provide their API key to this API). This third party API will then send updates to the base, which will update a given record. I cannot find any solid example of how to create a custom extension that can update a base async (this API runs twice a day) rather than when a button is clicked or another action performed by the user. I know I can use an Automation to trigger the response to the incoming webhook, but I want it to all be bundled within the extension. Is there no way to do this without having the extension and automation separate?
Hi all,Ok - new to Airtable.https://airtable.com/appbgoYJec9KPYoqi/shrYzlz5OShqp6xpLBasically, i'm creating a timing sheet for a racing event. I'll add the times manually as the event progresses, and I want the crowd/competitors to see the details on their mobile devices WITHOUT HAVING TO REFRESH PAGE EVERY TIME.I initially thought this could be done by embedding an iFrame on a Wix site, but iFrames don't update automatically. Well, the LINK does, but the page doesn't.So then I thought maybe I could just share the view with the "share link to this view" feature, but that doesn't update automatically either.The only other thing I can think of at this stage is to get everyone to install the Airtable app and have them view it through that? Is there a way to share the link so that they can somehow see it, NOT be able to edit it, and don't have to refresh the page to see the updates that I'll be adding over the course of the event?Kind regards,Jim
Hi everyone, I noticed that when you setup a “link” field that links to the SAME table, the actions are NOT reciprocal. (It is reciprocal if the link fields are on different tables). Any way to create a reciprocal link field within the same table?
Hello,I have an issue and I already asked airtable with no hope for any replies whatsoever. I have over 80$ of credits that I transferred to my workspace. I am subscribed to a Team Plan and it says that my available credits will be automatically deducting the invoices that will come through. Instead, it goes "Charge failed" multiple times and now I have a 3 days notice before they force me to a free plan. I paid with my credit card before, but since I invited my coworkers and applied the credits. It hasn't even deducted anything. Instead it WANTS ME to avail of the plan YEARLY or another plan upgrade MONTHLY in order for the credits to be applied. I just want to remain in the monthly of my current plan.
Newish to AirTable and trying to figure out the best way to do this and can't seem to sort it out. There is a lot going on with my base and I'm stuck with this part. I'm going to try to simplify what I would like to do... On Table 1: I have created an automation to email out an AirTable form to everyone on Table 1 (which has a trigger linked to it for something else) with the AirTable form and data populating Table 2 All of that is set up and is running smoothly - This is where I'm getting stuck. I would like to create an automation to RESEND a reminder to complete the form X number of days later to anyone who has not completed the form yet. Is there a way to do this? Workarounds, formulas, ideas all welcomed. *Extra info: Reason its going into Table 2 is other people who are not on the Table 1 list may also be completing the survey
So I have still not heard back from Customer Support with my question regarding upgrading to a Business Plan. It's quite frustrating as it's an honest question on how to transition to the Business Plan from the Pro Plan. I have a client that just paid for an annual subscription around month prior to the announcement of the restructuring of Airtable plans. So in essence, there would be around 9ish months remaining on their Pro Plan.I want to know if anyone has upgraded from the Pro Plan to the Business Plan and already had money remaining on an annual subscription. More specifically transitioning from one annual subscription to a new one.If YES, how did you transition from the Pro Plan to the Business Plan?Thanks in advance! 👌
Hi. Can I send emails to my customers via Airtable?I mean, can I do it directly from the client's profile and have the entire email history stored in the client's profile? Also, I would like the emails that the client sends to me to be immediately delivered to the client's account in Airtable. The idea is that I can correspond with the client without using my Gmail account.Thanks.
In airtable it is possible to take an extented free trial (similar to team plan) if you are a student. In the discription on the website of Airtable.com can you find that this trail is '6 months to 24 months'. How long is this student free trial then? 6 months or 24 months? Or somewhere in between?
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.