Apr 24, 2023 01:10 PM - edited Apr 24, 2023 04:20 PM
Edit:
Airtable response:
Our engineering team has successfully deployed a fix for this issue (which arose from a recent update to our code) and any automations referencing an attachment should now run as expected without error.
It's working again. Thank you all.
---
Hello.
I've been using the Send Email action in automations for more than a year. Always worked great. In the Send Email action, in the Attachments section (Bottom) I selected the column that contained the file, and that file was attached in the email.
3 days ago, my automation worked fine. But today, when the automation triggered, there was a problem (An attachment url is disallowed):
I already turned off and on the automation, changed the trigger, changed pdf file for jpg, and always the same error.
I tried the automation with records that already triggered a few days ago and worked fine (My trigger is a Single select column, so, to trigger it again, I deleted the value in the single select field, and select it again). Same problem.
I already wrote to Airtable Support, but I wanted to write here too, because it is a very important feature in my workflow, and maybe one of you can help me find a solution or a workaround.
Thank you very much for your help.
Solved! Go to Solution.
Jun 30, 2023 06:01 PM
This works well for us. Hopefully this issue gets resolved. Thanks
Jul 01, 2023 01:51 AM
It works ! Thank you
Jul 26, 2023 02:20 PM - edited Jul 26, 2023 02:23 PM
A fix that seems to work ok for me so far (sent 2 emails) is to create a formula field which is equal to the attachment field, and in the automation I just put When {formula fieldname} contains dl.airtable in the conditions.
They send straight away.
Oct 02, 2023 07:25 AM
20 seconds isn't working for me with this before the send action with a delay in script
function delay(ms) {
var limit = new Date();
limit = limit.setMilliseconds(limit.getMilliseconds() + ms);
while ((new Date()) < limit) {
// do nothing
;
}
}
delay(20000); //delay 20 second
Nov 03, 2023 07:33 AM
This works well for us. The problem is solved, Thanks
Nov 24, 2023 03:07 AM
This is amazing. Thank you!
Feb 08, 2024 05:54 AM
This is happening to our base today. It was working perfectly up until today.
Our trigger is when a pdf is put in the attachment field, an email is sent to three people in our company that is just the pdf that was added to the record.
I've tried changing a few things around and we keep getting a fail to run.
Nov 07, 2024 12:24 PM
On my end as I try to add an ICS attachement to the email, I have no error but the attachement is not sent.