The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi Community!I'm setting up an automation to remind users to update their records. So the idea is to send email reminders in 3, 6, 9 and 12 months since the last update.I'm using an automation triggering by a formula field that simply calculates the ...
Hello community!
This is my first Airtable script. I’ve been proud so far but there’s a detail that I cannot crack.
The situation is: I’m generating a dynamic chart via quickcharts.io using Airtable fields and I want to create a .png file from it to ...
I found an answer!I realized I was approaching this wrongly. Basically, I was thinking of each automation individually, whereas I should think of all automations as an aggregate.That's to say, I don't have to do the invalid email check for the first ...
By the way, I also found a cache “issue”.
Basically, I was testing with the same image. Thus, the name was exactly the same no matter how I changed the code (even if it was in a different row). I only saw a different result when I changed the image I...
Hi Dominik!
Thanks for the reply!
I did what you suggested and changed the string literal with template literals. And it worked :grinning:
let inVar = input.config();
let url = inVar.Attachment_URL;
let companyname = inVar.Company
let datename = in...