Have other Airtable related questions? Post here!
Recently active
I am seeking to embed an airtable form into a webpage. On the embed view, if I turn on autosize height, there is a javascript. When this switch is turned off, the embed is just a simple iframe. On the page webpage where I’m attempting to embed the airtable form, I can embed other pages using iframe. Therefore, I know iframe will properly display content. The embed code supplied by airtable shows nothing. The page is blank. When I use an iframe checker it reports: Header X-Frame-Options found. The header is set to SAMEORIGIN. You are on a different domain and therefore this page can NOT be included.. If I understand X-Frame properly, this indicates that an iframe embed can only be made from the airtable domain. The full header reported is as follows: HTTP/1.1 200 OK cache-control: no-store, no-cache, must-revalidate Cache-control: no-cache="set-cookie" Content-Length: 25963 Content-Type: text/html; charset=utf-8 Date: Sat, 26 Sep 2020 18:16:23 GMT ETag: W/"656b-ovIs+MpQkjuLC/L
HelloI have a task I'm trying to achieve with a script in an automation. It's an automation to run every 3rd week of a month (ideally), and to trigger a script which will find all the Wednesdays in the next month and create certain records on those dates. That part I have sussed out, but what I can't find out how to do would be to grab the data/title from the last record of the current month the automation runs on so that I can make sure the new records it creates in the following month flow on correctly. Eg:Automation runs on 16th Jan, triggers a script to create records on every Wednesday in February, starting with a specific title relative to the last Wednesday record in January.The script needs to find out the title of record on the last wednesday of January (which would have been the 25th) and pass that variable into some logic I'll create to determine the titles of the February entries it automates. Hopefully this makes sense! Thanks
Sorry if I'm not expressing well what I intend to do.Let's say I want to list several virtual pc's services but most of them offer their services per hour and price ranges changes between pc tiers. Let's say basic £2 per hour, medium £3 per hour and ultimate £5 per hour.How can I display those prices in the best way so users can filter them, like they can type the price on filter so it can display the prices not exceeding £3I don't want to create text column with price ranges I want them to be able to filter them
Hi all,I'm having trouble to add a password to my Airtable account. I've ever used login throught Gmail but now I need to add a Password. I click to the field "Add a Password" in my Account page but I never receive the email to set it up. I've tried many times but never worked.Can you help me to solve it?Regards,Stefano
Hello everyone, Newbie on airtable here. I want to set up 2 databases and a form in airtable where the first database will hold unique email addresses and second database will hold a set of numbers with status “free” or “taken”. The form will be made available to my audience where they enter their email and choose a number say between 1-300. The logic I am trying to set up is when someone enters their email in the form, they choose a number and submit the form, airtable checks if the email exists in the database and if the chosen number is “free” or “taken”. If an email address does not exist, an error message will show email is not valid. If email exist in database and number is “taken”, show message this number is no longer available. If email exist in database and number is “free”, show message this number has been reserved for you and user receives an email confirming the number he reserved. I have been trying to set this up but its kinda complex to me. Is this possible with airtab
Hello everyone,I have more than one fields , i need to share Grid view with some users and allow them to edit piratical field only one time .example : Check in field , I need them to check in the user , once they check in it's should block the selection and not allow them to change that record.it can be check in , or single option.the idea to prevent the user to do more than one changes in that record.
Strange issue; the password field to access Airtable (both in the Activation form and also the Login form) were observed not allowing any editing in Windows 10 via both Chrome and Edge. Ever experienced something like this before? Does Windows have something that would prevent password field editing in different browsers? I’m left with an invited user that can’t log-in to Airtable. :confused:
Hi there,I have created a survey using Airtable and then an automation which triggers an email to be sent once the survey is completed. It's all working great. However, I don't want to save, store or have access to the information that is inputted into the survey. I just want people to be able to complete the survey - which will automatically generate the desired email and send it out on their behalf - but without me as the creator having access to their answers. Is that possible?Many thanks in advance!Rose
I want to setup an airtable structure with the followingProducts -Lists the standard products (name, sku, price) - there are 12 productsCustomers -List of the customers and products from first table with an option to override the price of each product for that customer What would be the best way to set this up?
Thanks to Adam_TheTimeSav and his post Solved: Re: How to make a colorful kanban board - Airtable Community I have installed Tampermonkey and changed the background color of my Kanban board.I would like to go further and change colors for tasks and stacks. Where can I find Airtable documentation on the various options to do this and other things I might like to do in the future? In the script to change background color I findGM_addStyle('#kanbanView > div.white { background-color: aliceblue !important;Where does #kanbanView and others come from and what can I do with them?Where does div.white and others come from and what can I do with them?What options are available such as background-color?What does !important mean?I'm an old-timer who's been programming for decades. I think I can figure out how to do what I want to do if I could find documentation. For starters, I'd like to change the background color of stacks to match the listname. Hope this makes sense
We are a marketing firm that manages social media calendars for many clients. We love the platform for building the calendars and sharing amongst our team BUT sharing the calendars to the clients for approval is an actual nightmare that I can't solve. 1. We have too many clients to add them as paid collaborators and not be super cost prohibitive2. Sharing the view-only link does not allow them to even add comments if they have edits or comments 3. Sharing via email has been confusing for them and many of them can't seem to figure it out 4. Downloading as a CSV requires too much time in reformatting to make sense How are you delivering your social media calendars to your clients?
Hi,I got error message when subtmit phone number to enable 2 steps verification. My country code is +84
In the blog post about the new button feature, there is a use-case where a button is being used to add a new line item under “run a script”. See gif below: If I open the Product Catalog template, I’m able to extract most of the code, however it is missing the part where it gives you the option to another line item or select “done”. Is someone able to help me add that to the existing code below? Thanks! let lineItemsTable = base.getTable(‘Order line items’); let clientOrdersTable = base.getTable(‘Client orders’); let furnitureTable = base.getTable(‘Furniture’); output.markdown(’## Add a line item’); let clientOrdersRecord = await input.recordAsync(‘Pick a client order’, clientOrdersTable); if (clientOrdersRecord) { let furnitureRecord = await input.recordAsync(‘Pick a furniture item’, furnitureTable); if (furnitureRecord) { let quantity = parseInt(await input.textAsync(‘Enter the quantity’), 10); let recordId = await lineItemsTable.createRecordAsync({ ‘Belongs to order’: [{ id: clientO
Hi Airtable team,I am from Vietnam and my country code is +84. I am trying to set up 2 Step Authentication but when submitting my phone number, it keeps showing the Error: "Error submitting phone number; please try again."Does anyone have any ideas to solves this? Thank you!
Heya, I'm setting up my first timeline view and using date fields for the first time, and feeling like a complete moron because I cannot figure out for the life of me where I am supposed to enter the actual date here, this UI is not making any sense to me, lol — am I supposed to type the date into the field name ???
Hi, I created a Whatsapp button, that connected with the correct numer. But it doesnt included the text in the message. Opened the app but the text doesnt appear: My formula is IF({Movil}, "https://api.whatsapp.com/send?phone="& {Movil}&"text=Hola!%20estamos%20en%20el%20domicilio%20anterior%20al%20tuyo.%20ya%20nos%20queda%20poco.%20Nos%20vemos%20pronto,%20Equipo%20Vacunatorio%20Altotobalaba") any suggestions? thanks in advance
Dear Airtable Community,We are evaluating if Airtable were a great choice to store our knowledge base. Until now, I was pretty convinced, but now I came across a pretty strange phenomena. We have a database of relevant articles, where we have a field for the type of media and one for tags.When I search for "Resilienz" I get 126 records (see screenshots) in the relevant table. And out of these results most of them have the media type "Artikel".However, when I then search for "Resilienz Artikel" I only get one Article (see screenshot). How is that possible?Either this is a very strange bug or the search is really basic as it cannot search through multiple columns at the same time? Also, if I use the syntax from here https://support.airtable.com/docs/search-extensionusing "stichworte: Resilienz medientyp: Artikel" I get even zero results (see screenshot). Does anyone know what is going on here?
Hi, I created a form for simple data entry and am including a “Created time” field so users will not have to manually fill in the date the form was submitted. The issue is, I also have legacy data from an old system that I want to import into the same table as the form submissions so the old data and any new data can be analyzed as a whole. This old data is organized by date and those dates are important to retain. When I add any old data into the table, the Created time field auto-fills to today’s date and I am unable to change it to the correct date. Are there any solutions for maintaining the Created time field, but also maintaining the correct dates for the old data? The only option I’ve thought of is converting the Created time field to a Date field, but that would mean anyone submitting new data via the form would have to manually enter the date. Thanks in advance! Colleen
Hi I've created a script block that uses an API to fetch data from a source, the returning sources gives me a list of possible matches with a few data points I can use to check against. I'm giving the user the option to identify the match and see if it is the right resource, and I'd like to include an image as part of the search results.When I use the markdown to produce an image, I get a rather large .jpg. I have no control over the size of the images, nor do I have the option to find a thumbnail version, it's this or nothing. I've seen some options to include an `<img />`, but the `output.markdown` sees it as a string and not an HTML tag. I'm starting to get the feeling that this is just not possible, any help here would be great. Thanks.
How do i insert a link in the calendar notes so that when I click that link, it should open the airtale record in just one click? Currently, I have to click twice to open the record on the browser.
I'm on free plan, I'm creating a website that anyone can sign up and post, and edit their own post. is this consider editor access? but I cannot achieve this, the created by only show my own admin account
Is there a way to have the interface designer allow moving rows around? I have been working on a pretty extensive interface design. Moving an entire row and/or selecting multiple fields at once to move. This would save me a lot of time when rearranging the interface to meet my end-users' needs.
Hi everyone, I am trying to simplify the record ID function output as I don't need a complex unique ID. 2 solutions:- Is it possible to limit the record ID function to 4 maximum digits ? - Is there any other function that will generate a unique ID composed of 4 digits with the random choice of number and/or letters ?Thank you 😉
I would like to create an extension that will generate mock data using the faker.js library.I would want it to ask me which table I want to generate the data & how many rows (maximum 50 due to the limitation in Airtable).It should also exclude the autonumber field it any formula field.I would like got it to ask me which days type to generate for each field if possible.I created an extension & tried running it locally but I don't know much js & could not actually get it to do anything.
Message: "The clipboard state was overwritten before the data transfer policy arrived" when copying by dragging a cell with an attached photo.Сообщение: "Состояние буфера обмена было перезаписано до прихода политики передачи данных" при копировании путем перетаскивания ячейки с прикрепленной фотографией.
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.