Have other Airtable related questions? Post here!
Recently active
Is there a method to check/un-check a checkbox field for all of the records in a base?
Following is how a formatted SendGrid email message appears in email. {Current Date} Friends of Niños Adelante, Inc. PO Box 1624 Sonoma, CA 95476-1624 Alejandra & Todd Hinkie 46 villiage Way PMB 167 Port Ludlow, WA 98365 USA Dear Alejandra & Todd, Little did we realize when we welcomed the first few students into the college beca program for the 2005-06 school year that we would be supporting 100 students in college by the fall of 2020. Thank you for your involvement and dollars which are truly making a difference in the lives of many in Zihuatanejo young people. Each year Friends of Niños Adelante utilizes general funds to cover students whose sponsors are unable to meet the total beca amount or have had to drop out of the program (approximately $10,000 this year). Our commitment, of course, is to provide full becas for all students who qualify. Since all the contributions for becas from our sponsors go to the kids, we need to be able to have funds for special needs situations
I am trying to set up a user log-in page in Adalo but where the Adalo DB lets me chose between Create a User, or Log-in a User. I am only allowed to Create a User using Airtable as my DB. I can add a Log-in action when connected to my User Table in Airtable but I am unable to remove the Create User Action so every time I try to log in it creates that same user again… What am I doing wrong? Thanks in Advance, Richard
Hi, the number of views on our airtable base is getting very unwieldy. I’d love to be able to see who created a view in order to check in with them and determine if they’re still using it or if they could make it a personal view. Is it possible to do this? Thank you.
Still putting together a Base to track my Fitness Instructor business. I have tables for Client Names, Classes Offered, and an Income table that tracks which clients attended which classes and how much each paid for each class. I also have Assistant Instructors for each class. There is one Assistant in each class I teach, but it can be any of 3 different people. I track who the Assistant was for each class in the Classes Offered table. Assistants are paid a percentage of the total income from that class. Now, with these 3 tables, I’m at a loss to figure out whether or not Airtable is able to track how much each of the instructors is owed (total and per class), and if Airtable can also track my payments to the Assistants, and keep a running balance of each of their “accounts”. I’ve not found any examples of Airtable being used for accounting tasks, so I greatly appreciate any help in determining of Airtable is the right tool for the job; OR if it is, some assistance in designing the Bas
Microsoft copied Airtable? See this Microsoft Lists walkthrough (a new app announced today). See how similar the mobile app is. Also, the conditional formatting and card views.
The Web clipper block has an accompanying Airtable web clipper Chrome extension. I would love to try it out, but I haven’t dared to yet. To be able to install the extension, you naturally need to accept the set of permissions it requires to operate, but with the current set of permissions it asks for, Airtable gets access to absolutely everything in my browsing history, including all the content in all the tabs, online banking, web based chat apps, etc. I might be mistaken here, but from the description of features that the web clipper enables, it sounds like it would only need full access to the current tab that the user is on when they invoke the extension. The API for full access to the current tab is available at: https://developer.chrome.com/extensions/activeTab. Is changing to use that permission something the Airtable team would be open to?
Hello, I am looking to display the current time in different countries in a single column, corresponding to their entries. I have three columns Person name, country, Current time in-country. This is the desired output & has been created manually. I want to automate this process. Thank you
Hi, I am wondering if it’s possible to have personal/private fields. We track all of our campaign scheduling/planning through Airtable + reporting and revenue. What we now need is to calculate commission per sales person for each campaign record and have this information be private/unviewable to the rest of the team. Is there a way I can create a field that can only be viewed by specific users? Can it be done via a locked/personal view maybe or would this person need to create their own private base and then copy and paste the information across to it? Thanks, Rachel
Hi all, I am looking to auto populate a date that has been calculated via a formula from one table, and add it to another table / sheet. Date Due in Table 4 to Date Due in Pre-Launch Any help would be greatly appreciated! Thanks
Hi! Using the Summary Block, Under Summary Type, we will be able to get the sum of the deals we have won. However, what we want to display on the summary block is the amount needed for us to achieve the goal for the year/ month. Is it possible to display $X - instead of just ? Thanks!
Hey there! I’m still relatively new to AirTable, but I have grand plans. I’ll try to explain this simply, if I can. I have a table full of a list of rooms that I provide support to. These rooms have equipment in them that needs to be refreshed occasionally and relies on standard packages to do so. These packages often share several items across them, but sometimes in different quantities. What I have figured out: Created the table with a list of items and I can link those items to another table that brings in their summed costs in the form of a package. Link those summed costs to their room on another table. Here is where I am stuck: I cannot increase the quantities of items without it affecting all the items across packages. I cannot seem to export the final list of equipment in any meaningful way. I tried looking at the “Product Catalog” template, but nothing immediate jumped out as a solution. The only way I’ve been able to make it work is to create a new table for each packag
Hey there, I’m hoping to create 1 “exported” word doc from Airtable using Formstack. I need to use information from multiple tables within one base. I understand that Formstock requires all information to be exported from 1 table, so I have created linked fields. As shown below, my “Vendor-Main View” contains ALL information I’ll want to include in a pre-formatted Formstack document. I’ve linked cells from Documents/Interactions, Brand Analysis, etc to Vendor-Main View and created lookup fields. Here’s my issue: It doesn’t seem like Airtable is able to attribute cells to specific fields. For instance: In my Documents/Interactions tab, I have check marks next to AXA Analysis/Line Review and Items have begun selling. I also have an attachment on AXA Analysis/Line Review. When I link those records to my main doc, it just shows up as two check marks, rather than a check mark (or attachment) associated to a specific row. It should be able to show the check mark / attachment / date/time of c
Continuing the discussion from Autofill Task Dates Based on Project Due Date: Can anyone explain how to do this calculation within the script block for record templates? All of the scripts have the user putting in a start date with the task objects being created and calculating the end dates (probably explaining wrong). I am using the PM Script Block 1.2 as my basis for making my template, but I want to do the opposite date calculations with: End Date: user input Days Out: field filled in already Start Date: calculated I am new to script so any ideas, direction, or specific help would be appreciated.
I just started using Airtable as a project management tool. I have multiple employees with multiple projects occuring at the same time. The next step is to build something that can take these estimates for our projects and drive out a capacity forecast. We need some assistance with rolling up the hours estimated between the start and end dates for our projects, allocating those hours to our employees, and then visualizing how much capacity they have vs how many hours they have been assigned to. Does anyone know how to create this field to an existing Project/Task/Team table?
Hi, I’m trying to implement a very simple scripting block to send a single text message (as opposed to the “Send SMS” block, which we use for batches). Here’s my code, as suggested by Twilio’s API - const phone_number = await input.textAsync('Who are we texting today? (Phone #)'); const message_body = await input.textAsync('What do you wish to say to them?'); const accountSid = <<My Account SID>>; const authToken = <<My Auth Token>>; const client = require('twilio')(accountSid, authToken); client.messages .create({ body: message_body, from: <<My Twilio Number>>, to: phone_number }) .then(message => console.log(message.sid)); But then I get this error - ReferenceError: require is not defined at main on line 6 Any suggestion? Thanks!
Hello; I was testing out the maps block but it doesn’t seem show the map in the block on the dashboard, but instead says, “Please make this block bigger or full screen”. It works when fullscreened, but the screenshots / video example in the Map block article show it as being visible straight in the dashboard. Airtable - Support Map block The map block is part of Airtable Blocks, a Pro plan feature. Blocks let you extend the functionality of your bases: you can use blocks to bring new information into Airtable, visualize and summari... Has this changed, or is there something I’m missing somewhere to configure this?
Hi all! I am looking to automatically calculate a sub tasks draft date based on identifying the entire project’s DUE DATE. Let’s say that x project is due on 6/06/20 - I want to then automatically populate a calendar based on that date: ie. Task 1 is (-10) work days from 6/6/20 Task 2 is (-5) work days from 6/6/20 Task 3 is (- 3) work days from 6/6/20 …and so on What would be the best way to do this? Thank you all!
Is there a way to automatically save(/see) who entered data into a base via the web clipper?
Hi there! I have a list of students in my ‘home’ table but I need a separate table for some of these students that have extra requirements (I’m aware I could have it all in the same table and just filter/group/sort but I’m looking to share this separate table with people who only need access to the extra students and not the others. How can I link the records (first column is Names of the students) between the two tables so I can add Lookup columns for the relevant info I do want to share in the separate table? Been trying to figure this out for a while and couldn’t because it’s not a relationship between two different records but the same one, just in another location. Any help is appreciated!! Thank you :slightly_smiling_face:
How can you show one record on multiple dates if I have those dates inside one column? I would like to have a calendar view that shows me “1/tbsp - 0% cottage cheese” on the 19th May and 23rd May Is it possible?
Hi I’m using Typeform with stripe integration to sell tickets for an event i’m organising. In my form, customers choose differents options trough multiple select questions. I’m adding price of the different options they choosed with the typeform calculator and make the paiement in the typeform by stripe. The informations then get into my Airtable by Zapier, and i’d like to send the customers an invoice from that. I was planning to make a zap from a new record in a view, and send the informations to QuickBooks to create an invoice, but the integration of Airtable -> Zapier -> QuickBooks -> Invoice -> Happyme only works trough line items. I found a topic about creating line items in Airtable, but i can’t figure out how to send them to QuickBooks : Create an invoice with multiple items and various quantities Thanks if you can help :slightly_smiling_face:
Hi there - I’m trying to create a Zap that creates a notification whenever a new record is added in an Airtable table. The basic setup works fine and took all of 2 minutes to setup. But the problem is that there are a few important fields in our records that are Lookups from other tables. When we view them in Airtable, the field shows the required data. However when Zapier creates the notification - these Lookup fields show up as BLANK as it doesn’t appear to be gathering the value from the lookup table. Does anyone know some ways around this so we can get the values of Lookups to show in Notifications created via Zapier? Many thanks in advance :nerd_face: (or alternatively any other way to get a simple notification in something like Teams (or worst case Email) whenever a new record is added)
Hi everyone, I’m just settling into using airtable but I’ve been using zapier for quite a long time, so I’m very familiar with zaps. I have two things I’m trying to achieve - I want to setup calendar notifications (it seems that this strangely isn’t an offered feature by Airtable yet?) To do that I noted that someone said it can be done using zapier but I can’t see the zap that would make it happen. Really appreciate suggestions for this. I want to automate a specific email to be sent to a client when a date and time is set in my calendar for a meeting. I’d like the email to take the data from the date and time and add it to the email and I’d also like it to take a date from a different airtable cell and add it into another part of the email. I don’t use a zapier approved email system at the moment (I have my own domain and feed it through thunderbird), but I can use gmail for this (I guess) if I have to (#HateGmail). Any suggestions gratefully received. Thanks a million in advan
Several of the community examples in the Script Showcase are just broken links, all pointing to https://community.airtable.com/t/weekend-scripting-block-challenge-and-1-000-prize/28074/5?u=kasra which doesn’t exist. Does anyone know where I can find them? Showcase is here: Airtable Example Script Showcase - Airtable Universe There are tons of ways to use the scripting app, so the Airtable team has collected some of our favorite examples, both internally and from the community, to... thanks, Rory
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.