The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
I have already successfully created an automation to send an email triggered by a record's field changing.Now I am trying to create another automation to send a weekly email. In the automation's configuration section, I am filling in the To field. I ...
This is odd. If I create a Timeline view under the Data tab, I can group by a multi-select, and there is a handy option: "Split multiple values into individual groups". So if I have this data:option1, option2 A B Coption3 D E FThis opt...
What I want to do is to collect some data from an Interface, and then pass that data to an Automation script. I do not understand how to do this. My current state is as follows:- I have written the Automation script. For testing purposes, I have crea...
I am writing an automation script that takes an input X. I lookup X in a table, and then go on and do stuff with what I've found.But if the lookup comes up empty, (no qualifying records), I want to exit the script. I could do this:if (X was not found...
Thank you. I did eventually figure this out, after some googling.If anyone from Airtable is listening: Your documentation needs a *lot* of work, specifically in the area of putting automations together, how to get data from one part of it to another.
You cannot use interface record pickers as inputs to the script. You must use linked record fields for the inputs.Suppose I have a Employee table, with a field named dept. This field is linked to the Department table. In my interface, I use a record ...
Thank you for that response. I do not quite see how to map your suggestions to my application.The interface has two record pickers (for tables Event and Session), and a third element, for selecting a date. The interface also has a button.The automati...
Thank you, but I don't understand this response. What are Selenium and the JavaScript Executor interface? I am not interested in test automation, the problem is to connect the interface and automation script in production.