Ask your questions about Airtable Automations here.
Recently active
Hey Airtable community, I am worried about something, i have an automation system, that send an email to a contact when i upload an attachment (invoice) to a record. It works juste great but i did a lot of test, and i reached the limit of automations. It’s not a big deal so i have sent the mails with the invoice by hand. I’ve looked into the automation and it looks like that. Problem is im worried that the next month when the automation countdown will return back to 0, it will resend the mail from the previous month. Does anybody knows if it can do that ? I don’t want my clients to receive and old invoice randomly… Thanks :winking_face:
I’m trying to create an Automation which triggers when a new record is created (Trigger:When a Record is Created), and I want to use a date field from that record as the search criteria to find another record in another table (Action: Find Records). However it looks like the only dynamic content I can use as search criteria is Record ID. Is there any way around this using Automations? Or do I need to learn how to script… :slightly_smiling_face:
Hello everybody! Sorry to bother again, javascript is too much for me =/ I’m trying to accomplish the following: When a record is created. Check a value of a linked field. (Marked red in the picture) If it’s value is “Vinos” then launch a webhook. How would you do it? I can get the record id, launch the webhook, but I’m not able of checking the value of the field. Thank you so much!!
I’m trying to create a waitlist automation, where it’ll send an email to a person when the date they want is available. I have a form view set up, and a table where all the submissions go. Within the same base is a table where reservations are, I want to create an automation that looks up the dates in the waitlist table and if any of those dates are free, it will email the person connected to that record. Seems like it should be easy, but I’m not seeing it that way. Does anyone have any insights?
A issue is we could not post message to MS teams channel with Automations. Currently we are trying to use Automation of message posting to MS Teams. Currently we connected to teams API with company system admin account, and every user account could show teams Group, but Channel could not be shown in dropdown list to be selected. Can you please advise the reason why channel list could not be shown, and how to show channel list with any further actions. Thank you for your kind advice!!
I have created an automation to send an email using Outlook. The pre-test is green on all triggers. However email does not arrive, nor is in the the junk folder, clutter folder, or spam folder. Newbie here … could really use some help.
Is there a way to rename a step in automation or to give it a pseudonym? This would be very handy for future editing. You could see what each block does, or is supposed to do and save you time from opening it and looking into what it does. It can still hold its original name, but can it have a label or something, saying finds record from such and such or calculates the average… Cheers
Hi, I’ve set up a “send email” automation for a form, but when I try to switch it on it says “complete automation configuration to deploy”. Problem is I don’t see another actions needed or possible. What to do? Thanks for any assistance
I would like to notify a group of people of a certain change in my base. As my company grows that could scale to quite a lot of people. How many email addresses can I have in the BCC email field? 100? More? Thanks!
I am wondering how to define which single select item to choose and populate to the field when creating a new record with such a field?
Hi, I’m trying to send out an email when an action takes place but its failing at the first step (ie. inserting the email address). I suspect that the issue is because I’m pulling the email value in from another Base / Lookup field and it’s not correctly bringing the email over into the automation. Thanks for any help!
I am passing in the id of a linked record from a trigger, and I want to add to a multi select. How can I use push() or get the existing values of the field and add to them? This is as far as I could get. let inputConfig = input.config(); console.log(`${inputConfig.recordid}`); let table = base.getTable("Individual Inventory"); let field = table.getField("Tags"); let rec = inputConfig.recordid; console.log(`${rec}`); await table.updateRecordAsync( rec[0], { Tags : });
Hi there, I’m trying to debug an issue with the Airtable automation, but don’t know how to re-test the trigger as the instructions indicate (see image below). Apparently Airtable cannot email non-collaborators on my current billing plan, but the email recipient is the owner of the base, so I guess it’s a level up of a collaborator. What’s could be wrong with this automation? I’ve tested with other email records and it worked perfectly. Can anybody help? Thanks :slightly_smiling_face:
I am having trouble with an automation from one table to another in what seems like a straight forward process. The automation is working perfectly for all fields except one. The “problem” source field is a single select with the options “Baseline”, “Follow-Up”, and “No”. The automation includes pulling various fields, including this one, into another table. Here is the automation: Finally, the source table is set up as a single select as well. However, when I run the automation, everything pulls in correctly except for this field, which pulls jibberish “selDYGV9dF4xJSlWi” instead of the text from the original table, which should read “Baseline”. All troubleshooting advice welcomed!
Hello, I am using the MS Teams Automation linked to my organization. I am trying to configure the automation to send to a specific channel in our MS Teams structure but the channels list is not populating on the Airtable website. I’ll probably wait 24 hours and try again.
Hi there! I’m having a problem linking records via an Automation. I have use-case in which there is a “Jobs” table and a “Receipt Submissions” table. Within Airtable, you can link multiple Receipt Sumbissions to a Job. Staff have their own online (“shared”) view of the Jobs table with a filter to show the jobs they are personally assigned to - each row of the table being a separate Job. Staff can click on a link on each record to submit a receipt for expenses they have incurred while doing the job via a form off the Receipts Submissions table. This link passes the Record ID of the Job via the form’s URL to the Receipt Submission form, which prepopulates the Job Record ID. My automation has a step which updates the newly created Receipt Submission record by setting the value of “Jobs” with the passed through Job Record ID. This works perfectly if only one receipt is submitted for a job. If another receipt is submitted, the job is correclty linked, but the link is removed from the previ
Hi! I’m trying to use Airtable Automations and running into difficulty when trying to update multiple records at once. I’m not entirely sure where the bug is coming from. Here’s what I’m trying to do… Table A contains several records for unique items that I’ve sold. Table B generates invoices pulling multiple records from Table A. When appropriate, I’d like to click a checkbox field on Table B that says “Client Paid Invoice,” which will then update all the unique records in Table A that have been paid for. Is there a way to do this? Thank you so much for your time and thoughts! You make my day. Cameron
I created an automation that triggers when a new record is created in Table A. It then creates a new record in table B with a unique ID from value A, and 3 other fields. IT ONLY WORKS WHEN I RIGHT CLICK AND DUPLICATE A RECORD. Any other time I add a record, nothing happens. Same with UPDATE, I modify the record in Table A, but nothing updates in Table B despite choosing the columns to monitor. I’m also making sure the fields to copy over have values in them. I seriously think it’s a major bug, making the automations for me completely useless. I’ve contacted support 3 times but no response.
Hey there, I’m not sure if this would be possible, but is there a way to take information from airtable and use it to fill in forms on other sites? I’m trying to set up a service where I offer to submit things to a list of websites for people (instead of having them do it manually themselves). I’d like to take submissions from my website, using an airtable form. Then take that information and fill out forms on other websites to submit those users. Not sure if there is any type of airtable integration/script for this or if I would need to use a combination of a script+zapier to make this work.
Hello the Best Community Ever!! Could you help me on my issue, please. Seems to be easy, but I spent hours on it without finding convenient solution. I use Zappier to collect some Client payment information from Payment tool to my Airtable. All the data collected arrive in my “Table1”. I have another Table, called “Table2”, with all general comments on my Clients. My need, is to check the “email” from my new record created in Table1 with the Client data base in my table2 to see if the Client is already in my Table1 or not. If not, I would like to add in Table2 the new email from Table1 and if yes, do nothing. I try to create an automation with “new record created” + “Find records” +“create records”, but when I test it, it works… but when I run it, it fails at “Find records” step. I don’t know if the automation is the right tool… Could you help me, please? Thanks a lot for your help!!! Damien
Hello! I’ve created a simple way to track time with clients using two forms. Basically using their mobile phone: The agent will complete the ‘Start Time’ form to record their start time with a client. When they are done they will complete the ‘End Time’ form. This creates two records as shown: What I would like to automate is when the ‘End Time’ form is submitted I would like it to update the previous record with that end time. So it looks like this after the automation: I’ve tried multiple triggers with actions but I can’t figure it out. :woozy_face: I would be most grateful for any insights the Airtable Ninja’s could provide! :pray:
Kia ora! I’m setting up an automation that watches one table for new records, and updates records in a second table with the information from the first. The specific use case is clients being able to update their personal information. This is done via a form in the first table with a range of optional fields - with the aim being that clients can only fill out what needs updating and leave the rest. However, when updating records in the second table based on these entries in the first, any empty fields in a record in the first table wipes the data from those fields in the second. Is there a way to leave fields alone if the fields in the new record are empty?
Hi all, This is my first time posting, hope the formatting of this is okay. I’m trying to create an automation where when a cell is filled in with a link to an action plan, an email with that action plan is sent to a contractor, whose contact information is connected by a look up field to another table. The layout I currently have in Table 1: A1 is the Link to Contractor Record in Table 2. B1 is the Trigger cell, in this Case a cell containing a URL to the action plan. The goal is that when cell B1 is filled in, the contractor in A1 is notified. The contractor’s information is already inputted way ahead of time, the only information needed is the URL that is entered into 1B. The contractor is not a collaborator, which I saw could be problematic on the plus plan, but I have the Pro plan so I should be able to send outside emails. I tested this by setting up an automation purely within that other table and it worked fine. I tried bringing in an additional lookup field, a C1 that would
Kia ora! I’m trying to set up an automation so that when a record is created in one table, it updates a record in a second. Both tables are in the same base. Here’s the update step of the automation: Both tables have a name field, and entries in the first table (which is being watched for new records) will have names that match records in the second table. I think what I’m missing is what to put in the record id field of the update step - I’ve put the name field from the trigger but am getting an invalid inputs error message. Any thoughts? I know something like this is possible with a third party automation app, but I’m keen to keep it all in one place if possible! Edit: figured it out! I was missing a find records step.
Hi there! I’ve got a database which is presenting the same data but in different localisations. Everything is going well except for one aspect. The single select columns won’t transfer data in the same was a the multi-select (or any other data type I use). You can see in this picture, where I have got multi-select data transfer to work fine despite the selection IDs being different However, when trying to do something similar with single select, it will always add a new item. I have no idea how to sort this, and it’s really annoying (I have 24,000 cells to maintain, so I need this process to be automated) The picture below is an example (I only told it to use one cell so I didn’t have to clean up 16 columns) Does anyone have any ideas how I can sort this? Thank you!
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.