Sep 16, 2020 09:29 PM
Hi all, I’m loving the new Automations in Airtable, but getting stuck on what I think should be a pretty simple thing…
I have a table that functions as an inbox for messages and attachments coming in via a Zapier integration from an email inbox.
And I want to then use Automations to copy these incoming records to various tables where they’ll be processed - I have a growing variety of incoming message types so want to split out the handling of each type to a dedicated table.
I can easily create new records and populate with much of the relevant data, but I cannot move an attachment(s) across to the new record in the second table.
What’s the easiest way to achieve that?
Thanks!
Solved! Go to Solution.
Sep 22, 2020 06:07 PM
Actually, the solution is even easier than that.
Simply insert the attachment field’s URL from within the automation itself. See screenshot below:
Sep 17, 2020 06:23 AM
Use Zapier to create the new record if it has an attachment. Zapier will copy the attachment to the new record, but built in automation won’t for some reason.
Sep 17, 2020 08:16 PM
Thanks for suggestion - I’ve found Zapier as it has its own issues with multiple attachments - -it ends up wrapping them into a zip archive which I want to avoid. Cheers
Sep 18, 2020 08:04 PM
Try creating a formula that pulls out the attachment URL from the attachment field:
RIGHT(LEFT({Attachment Field}, LEN({Attachment Field}) - 1), LEN(LEFT({Attachment Field}, LEN({Attachment Field}) - 1)) - SEARCH(“https://”, {Attachment Field}) + 1)
Then reference that Formula Field in your automation to create a new attachment in another table.
Hope that helps!
Sep 22, 2020 05:45 PM
Can you show an example or elaborate further? I tried recreating this as a formula field referencing an attachment field and it did not work.
Sep 22, 2020 06:07 PM
Actually, the solution is even easier than that.
Simply insert the attachment field’s URL from within the automation itself. See screenshot below:
Sep 22, 2020 06:24 PM
yes that seems to be a recent update to Airtable automations - it can now handle attachments natively!
Sep 23, 2020 03:03 AM
You need to watch this method. It will REPLACE existing attachments, not ADD to the attachments.
Sep 23, 2020 03:13 AM - edited Jun 27, 2023 04:41 PM
You should be able to insert the new attachment, follow it with a comma, and then insert the original attachment field itself.
If that doesn’t work:
For ADDING attachments (and other advanced Airtable automations), I can’t recommend Make highly enough.
It’s my absolute favorite automation platform, and it is simply amazing, It has tons of flexibility and features, and it’s super inexpensive, too. (It’s about a zillion times better than Zapier, which is also significantly more advanced than Airtable’s automations.)
There can be a bit of a learning curve with Make, which is why I created this basic navigation video for Make, along with providing the link to Make’s free training courses. There are also many Make experts hanging out there who can answer other Make questions.