Have other Airtable related questions? Post here!
Recently active
Hey all, I am trying to generate a date in a formula field by using the data from two other fields. -I need the formula to read the datum in the {End Date (Current)} field, determine if it’s blank and then if it is not. want it to then calculate the date based off ANOTHER field {Days Notice to Cancel}. And if it is blank I want it to say “1”. So far I feel like the below formulas need to communicate but I am not sure how to combine them to make them talk properly. (however, any suggestions are helpful, even a whole other formula combination). IF({End Date (Current)}, “field is not empty” DATEADD({End Date (Current)},-{Days Notice to Cancel},‘days’) IF({End Date (Current)}, “field is empty”, “1” TYIA!
Hi there, I have created a table I would like to send to 10 to 20 different people. There is one column that has a checkmark option - this is the only option I would like them to edit (check or leave empty). There are more than 200 rows so it’ll be difficult to simply send out a google forms and concatenate inputs into a table. I was wondering if anyone would like to suggest a clean way to collect this data without having to create 10-20 different tables to send to each person? Thank you very much for your time! Warm regards, Michelle
I am the founder of a startup in the no-code domain, and we provide excellent integration with Airtable. However, we don’t have access to the meta API, affecting our users’ experience. We did put in a request a while back but haven’t heard back. Is there any way to get access?
Can anyone recommend a barcode generator I can use via an API and then save it to a field? I’ve been looking at the Generate Barcode Images in Bulk on Airtable - miniExtensions, however would like to try make a solution myself, as i’ll only generate new barcodes every know and then and not all the time, hence the $39 a month is slightly too exspensive for me atm. So I’m thinking if something would be possible with the scripting app?
Hi Airtable team, Hopefully this is a simple one for most of you… I have a single table (because I use the Org Chart app and it’s restricted to a single table). Each record has a status field and also has a field to other linked fields in the table and also has a lookup field for the status of linked fields I would like to: have a field that automatically looks at the status of the linked lookup field determine if at least one of the values = “To do” then set the status of the record in context to “To do” Any ideas? Thanks in advance Team! Paul
I have a date time field being sync’d from another base and I need to reformat that MM-DD-YYYY HH:MM into a true date time format from the string it comes in as, as a sync’d field. Any ideas?
Hi, See the attached, I have tried to export a table to CSV format, but few of the values have been changed and instead of the original values I have got 000. What am I doing wrong?
Is there a way that i can embed this to my client portal on my own website and have it set up to where my clients can view there individual column with out seeing anyone elses info?
Anybody have ideas on when the Matrix App will be enhanced to include Date fields? That is the ONE missing piece that I need for the app to actually be useful for me. Any suggestions on what I can do in its absence? :slightly_smiling_face:
Hey team Is it possible to build a twilio IVR that searches and creates records in Airtable? I have zero coding experience so any documentation and support is appreciated. Thanks
Hello, an animal rescue charity has told me their existing database provider has stopped their plans for charities so they need another platform. I think Airtable may be perfect for them. I have exported all the data from the old system and have it in two CSV files. I have imported the CSV files into two tables but unable to link the two together automatically. The two tables are customers & animals So each animal is linked to a customer by a customer_id record in the first column. I am looking for how to make these links work as there are a couple of thousand records, far too many to consider doing manually. Does anyone know how to do this? Thanks Paul
Hi all, Looking for help on this issue. Created a zap to alert me of a new record in a view. When it sends the message, it garbles my field data. Dates work, but any text fields do not. Any advice/assistance?
Hi all, I have figured out a lot of the rich features of Airtable in my free version but I can’t figure out how to send a simple email to one person. Think of this as direct sales. My sales person wants to send an email related to a conversation so the email has to be unique and it will only go once. How does she do that? OR, we want to send an email to all clients with a specific status but, again, it’s a unique email, not something that should happen on an automated basis. Can I select the status and do a group send of a unique, one-time only email? Your help will be extremely welcome. Janice
I have a linked table where I copy data in from an external source on a monthly basis. The external data changes between updates in that new records could be added or existing records could be removed. I am trying to determine the best way to update the data I am using in Airtable so that it stays current and doesn’t break the existing linked and lookup fields.
Hello with each other with my new Samsung Tab S7+ it prints me only the window with the print settings but just not the table?!?? Can someone give me a tip here? All love Karin
Hi all I want to upgrade to Pro but want to be certain of the cancellation notice I need to give if it doesn’t work out. Is it a month? Nothing in the FAQs specifies this! Thanks Beth
Hi, I tried solving this but no avail. If Payment Date falls on Friday(e:g 1/5), Saturday and Sunday, it should return a following Monday (1/8). If it’s Mon-Thu, keep the original date. My Code: IF(5-WEEKDAY({Payment Date})<=0, SWITCH( WEEKDAY({Payment Date}), 5, DATEADD({Payment Date}, 3, ‘days’), 6, DATEADD({Payment Date}, 2, ‘days’), 0, DATEADD({Payment Date}, 1, ‘days’)), {Payment Date}) Somehow, everything is right, except Sunday. Whatever way to write the code, it keeps returning me Sunday’s date, in this case 1/7. How can I solve this?
We have the pro plan, but we’re only able to share 3 views into one single view in Airtable. Is there an issue or do we still need to upgrade?
Hi all - was wondering if anyone knew of a way to import an Excel file onto an existing table. I have a table already set up but would like to continue adding records over time, but don’t want to do it manually line by line as I am working with a significant amount of records. I see options to import data from places such as Excel but that would create an entirely new table each time I import. Anyone know if its possible just to add on to an existing table using import? Thanks in advance!
Is there a way to get the whole table to calculate so there is a final sum for the entire table? (see image 1): Also, is there a way to get the figures from the monthly tables to automatically populate to the overview table? TIA
HI! I’m trying to embed Airtable - City Council Candidates into a wordpress site, and no matter what method I attempt, I get an error message. If I use an embed block, i get a blank grey rectangle, if I use the embed code, I get a JSON error, and if I use an iframe plug in I get the error message “airtable.com refused to connect” I’m not sure why it won’t connect, I have checked the settings a bunch of times. Is there anything else I can try?
Hi! I am trying to create a typeform from my airtable base , and see the following error: VALIDATION_ERROR The payload is invalid. I am on a professional plan in typeform and pro in airtable. I could not find an answer in this nor in the typeform community, hope someone can help me out. thanks Barbara
Can anyone help me with a formula? Here’s what I want to do: Take a total number of words: for example, 60,000 Subtract my current number of words: for example, 20,000 And then take that number (40,000) and divide it among the number of days left before my deadline. TIA!
I’m trying to get the content from a rich text element in Airtable, transform it via Integromat from Markdown to HTML (using the Markdown to HTML module) and then post the HTML. I can’t get line breaks to work in my Rich Text Field properly in Airtable. I’ve tried: using a , but this breaks the final result using GitHub flavoured markdown (doesn’t seem to be recognised). and of course, just entering multiple line breaks doesn’t mean these line breaks are sent by the Airtable API. Does anyone have a solution on how to deal with this? thanks in advance.
Hello, I am new to Airtable and I am not very gifted :-): . I would like to sum several records “prix” by name of the person I try to link theses fields in another table without success. I’ve seem this post Sum Numbers by Group then use results in a formula - #2 by Neads_Admin Can you explain me it better ? Thank you :slightly_smiling_face:
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.