Have other Airtable related questions? Post here!
Recently active
Hey AT Users. Has anyone come across a good solution for either timestamping an updated element in a field or generating a timestamp for when a computed field contains a value vs when it is empty? For context: In our base there is a rich text field which includes a check list of about 10 items (done to eliminate the need of 10 separate fields, as there is already a LOT of data to process in this base). Using the following formula I can only return a timestamp for when the entire field was modified, not the particular element in that field: IF(FIND(" Milestone “,{Milestones Checklist}),DATETIME_FORMAT(SET_TIMEZONE(LAST_MODIFIED_TIME(), ‘America/Toronto’), ‘M/D/YYYY LT’,”")) If anyone has a work around for either timestamping when each of the 10 elements is marked with an x OR knows a workaround for timestamping a computed field - then I could add an IF(FIND(" Milestone",{Milestones Checklist}),“Yes”,"") field and then timestamp WHEN that yes appears. Any thoughts???
Hi all. New user and still finding my way around. Just signed up for the 3 day mini-extension trial as I want to have a go with the Client Portal Mini-Extension. I’m not techy and have extensively Googled a ‘how to install’ the above but can’t find out how to do it anywhere. If I’m not careful my 3 days will be up before I’ve figured out how to install it. Any help would be greatly appreciated. Thought it would be obvious but can’t see how to add this or any other mini-extension. Many thanks
Hey Guys, I have used a formula that I copied from an answer here to create an end of month field. I have transaction dates for sales and i want to get the end of month date for each transaction date. It works for all months except when a transaction takes place in any december for some reason, in any year. For any other months, it works fine. This is the formula that I am using: DATEADD( DATETIME_PARSE( DATETIME_FORMAT( {TX DATE}, ‘YYYY’ ) & ‘-’ & (VALUE( DATETIME_FORMAT( {TX DATE}, ‘MM’ ) ) + 1) & ‘-01’, ‘YYYY-MM-DD’ ) , -1, ‘day’ ) Can anyone try to pinpoint what’s wrong with it please? Thank you Hady
Is there any way to simplify this: https://airtable.com/shr4JpyGCNxWTqt7S? If I could put the amount of resources by type and quantity in one column it would make this much easier (for the overview table that is).
Hi! Trying to create a menu item that has options that need to be selected at the time of placing the order. The options do not affect the price of the item, but are an indication of which flavors to include. I can’t figure out how to add checkboxes within an item.
I’m fairly new to AirTable and I’m trying to get a peak of all the possibility this tool has to offer. I’m thinking about migrating an app, which is currently configured using a JSON format, to AirTable. The goal is to allow my teammates to see/update the data. Also, I saw there are tons of possibilities with AirTable and I’m also looking for creating forms and user interfaces eventually. Basically, AirTable may replace the backoffice I’m supposed to build. But I have a few questions about how I should proceed, and I hope I can get some advices here! :slightly_smiling_face: JSON to AirTable AirTable doesn’t support JSON format. Therefore, I’ll convert JSON to CSV and then import the CSV into AirTable. But I wonder how I should convert those data to be efficient in AirTable and allow proper usage using JavaScript when fetching the records later on, through the API. Here is my data structure: [ { "state": "active", "name": "name", "label": "Label", "logo": { "ur
Hi Need help with my directory build. Users join my site via Memberstack and name + email is zapped to Airtable (“Memberstack” table) Members are re-directed to dashboard to complete their profile (Airtable form/table “Profile”) I want to automatically push the “Memberstack” table data (name + email) to the “Profile” table and prefill the “Profile” form. The resulting “Profile” table will then get zapped to Webflow CMS Can someone tell me if this is possible and how to do it? I can’t find the right solution as I’m a nocode newb. Thanks
Is there any type of app or script I can do to create the ability to bulk select the options in a link to another record field? Also open to other suggestions on ways to do this! What I am trying to accomplish: Create a form view employees can use to build custom order forms for clients. We have around ~50 products that can go on this field Create a printable order form that includes only the products they selected The problem is currently can only pick one at a time, so it’s click, pick, click, pick. Takes way too long to make this worth it. At the least I’d like to set this field to automatically include all possible products, and that way they can remove the ones they don’t need.
I have a Zapier firing when a certain label is added in Evernote. I am able to get the record added correctly into Airtable. Inside the text of my Evernote, I have encoded who the note is about. Example below: <NAME: First Person, Second Person, Third Person> I have a formula that can find “<NAME:” and I can pull the correct list of names, comma separated string. However, I also have a contacts table with peoples first name. How can I get a column that has to be a formula (in order to pull the text) and get it linked to a Contact. The ultimate goal is to be able to have a view of my contacts and see what Evernotes were tagged to their name. Thanks!
We run a small medical practice with multiple therapists. We need to schedule each therapist a full days work. How can this be visualised in the calendar view? Ie, see more than one therapist diary at one time with his own work, that is not in conflict with other appointments? We would prefer to use Airtable functionalities instead of API’s or other integrations. Any help and suggestions will be greatly appreciated :blush: TIA
In my App (made with thunkable) I store all the used data in airtable tables. Concrete example: The main-table is the “tb.ITteam”. In this table I have a couple of usual fields like firstname, lastname, shortcut, etc. And I have some linked fields like function and group. Function is linked to table “tb.function”, group is linked to table “tb.group”. I use this method to ensure, that values in the fields function and group (in table tb.ITteam) are crosschecked for validity in tb.function and tb.group. Everything worked fine for about two weeks. Here is the block-snip where you can see how I read those fields: You can see (No. 1 & 2): these are the linked fields, all others are unlinked fields. Without me changing anything (neither in the app, nor in the tables) suddenly, my app hangs when reading 1 & 2. I am sure about this point, because a ran a test where I deactivated only the blocks 1 & 2 and everything ran fine (of course - without the values function and group). This
Hey All! I have 3x tables (W, X and Y) and each table has the same formula entered into a formula field called ‘Alias’. This ‘Alias’ field aggregates data from 3x other fields within the same table – where generally only 1x field will have data actually present. Let’s say the ‘Alias’ field in tables W, X and Y have data equal to ‘John Doe Ltd’. (It is possible that ‘John Doe Ltd’ will appear in some/all of the ‘Alias’ fields, in any/all of the 3x tables of W, X or Y). – In another table (Z), I have aggregated the ‘Alias’ fields (via an aggregator array) from tables W, X and Y to give a list of unique aliases in Z, from all 3x tables (W, X and Y). Next to each unique ‘Alias’ in Z, e.g., ‘John Doe Ltd’, I have a ‘Linked Field’ to retrieve an existing ‘Account Number’, from yet another table, call it table A. So let’s say the ‘Alias’ of ‘John Doe Ltd’ (in Z) is assigned the existing ‘Account Number’ of ‘JOHNDO’, what I THEN want to do, is enter this ‘Account Number’ [of ‘JOHNDO’] into a N
I have one base with multiple tables. Some of the tables have identical fields. How do I synchronize these fields across tables so that if I change the info in one field, it automatically updates it in the other table in the same named field? thanks.
Thanks in advance for this basic question. I could not find the answer thus the post. Imagine I have 2 tables (in the same base). Table 1 has 3 columns. col #1 has some key Col #2 is date col #3 has sale amount There would be multiple sales on same date. Table 2 has two column: Col #1 is the date Col #2 >>> I would like this to be the sum of all the sales in from Table 1. How do I link the two tables to get the sales summary. Thanks.
Hello, I have built a Airtable that some people have shown interest in. I want to sell them access and charge them through Stripe. How do I automate the access part based on their subscription? Like if the subscription status is active on Stripe then they should have access to it. And they should lose access once they have cancelled the subscription. I’m thinking of doing it with Zapier, is there any other solution? Thanks
Hello, I have created an scavenger hunt App where the users needs to find a checkpoint, when they find it the scan a QR code and the app sends to Airtable their unsername connected to the name of the check point found. Winner is the one which has most points in total (which means that they found more check points) here is how the table looks https://airtable.com/shrZkdykmqmIMHMAc My issue is when a user scans twice the same QR code which results in a double entry in the table. Is there a way to overwrite the data which are automatically sent to Airtable? or eventually an automatic way to delete double entries connected to a user? I am not so good with airtable, so it might be a super easy thing to solve, but I’m not able to figure it out… any help is greatly appreciated. Thanks.
Currently every morning at 4am, I have an email that gets sent to all my crew that are cleared for work that day (covid testing, etc.). Gmail is now sending me bounce backs because there are too many on that mass email. I am wondering how to integrate Zapier to send this email to everyone who is in a certain grid view, even if that means Zapier goes in and presses a sendgrid email button for everyone there, but I can’t quick figure how how. I’m trying to avoid making someone wake up at 4 am just to hit send on all these people every day.
Hi all, I’m diving into the wonderful world of Airtable scripting with a custom CSV import script that does some data interpretation and creates links to other tables. Starting point was the CSV import example. I managed to get that working and added more functionality. Now, I keep getting an error that I cannot seem to solve: But the editor shows no red markings, and the first line of my script is a comment! Here are the first few lines of my script: // Timesheet CSV importer by Emar Vegt output.text("Note: this script does not handle duplicates yet. You'll have to sort them out yourself."); // Ask the user to import a CSV file containing a header row let csvFileResult = await input.fileAsync( 'Upload a timesheet CSV file', {allowedFileTypes: ['.csv'], hasHeaderRow: true} ); // The file importer will automatically parse contents for many file types, including CSV files let csv_rows = csvFileResult.parsedContents; // Edit this to the name of a table in your base let timeshe
I’m wondering if anyone has thoughts on this problem. I’m currently using a WORKDAY formula to calculate the due date of project from the ordering date. However, if the deliverable is ordered after a certain time of day, let’s say noon, I don’t want the calculation to start until the following business day. In other words, I want it to calculate only full business days. Anyone have any ideas on how this could be accomplished? Thanks in advance!
Hi - I’m new to Airtable. When one of my team chooses a filter while I’m using Airtable I can see it happening live on my screen and it overrides what I am doing. Is there any way around that? Thanks
I simply want to delete a record in grid view. If I understand correctly the only way to do this is to right click on the record and select ‘Delete Record’ (as a side note, wouldn’t it be better to have a delete button ?) When I right-click I get chrome right-click menu together with Airtable right-click menu which is confusing and I assume is a bug … what is needed is for Airtable right-click menu only. See picture below:
Hi I create new records in Airtable via the API with integromat. As part of the payload I send a id which is numerical, however when I receive the response back from airtable, the id is displayed as alphanumeric. The same happens when I send an api request for records, the id is also displayed as alphanumeric - I have to see the id as a number Please assist Thanks Jaco
Hello, I have lots of tabs for different locations of a tour plus a tab for tasks. In each location table I can see all my tasks associated with each record of the project. However once a task is completed I want to be able to hide it from the table view. Basically I want it to be clear at a glance where there is work to do in each location. I have worked out how to filter tasks by their status in the Task tab but seem to be unable to do so in the other tables. When I click ‘Filter’ then ‘Tasks’ the options reduce down to only: Contains, Does not contain, Empty, Is not empty. When I type Completed nothing happens. Any help would be much appreciated! Thank you
Hi this question should be very basic. I have a table with names, some content, and tags. The “tags” is linked to another table. I then added a new name on the first table, but on the linked “tags” table I don’t get the new name added to the primary table. I tried linking the primary table again into a new table, and sure enough the new name shows up. What did I do wrong? Primary table (first column name…the cell with “apologetics” is the tag column that was linked to second table called “Tags”. This row, with name “DeAnn” was added after the linked table was created. [The original linked table. In the second column only one other name “#1196652” was there, but the new row added (for DeAnn) was not updated in the linked table. [I created a new linked table after DeAnn was added, and the tag column apologetics has both the first name and the new name added.]
I searched through the help and FAQs but I don’t see a direct way to reach out to billing’s customer service. I have a credit that I’m supposed to receive that isn’t appearing on my account. How do I reach someone directly?
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.