Mar 11, 2022 12:42 PM
Hello,
I feel like this is relatively easy but I am stuck. I have automations set up to send out a welcome email each time a project is sold. I have spec sheets and standard documents I want to send with each email. They are standard forms that are the same for each project. I want these to automatically attach to a record when it is created. I have the forms set up as their own table. How do I get Airtable to link these forms whenever I create a new record?
thank you
Dec 16, 2022 12:55 PM
I have the same question!!! I have been manually adding attachments to each record before I run the automation, but that really defeats the purpose of using Airtable for the process!
Dec 19, 2022 09:03 AM
Same question!
Aug 04, 2023 11:12 AM - edited Aug 07, 2023 10:47 AM
Well I have the same question and I am also stuck. It would be nice to have a feedback on this matter.
Aug 04, 2023 11:45 AM
I found a way that worked for me.
I created a separate table and created one record with all the attachments I wanted to include. I created a separate field for each attachment, but you might be able to put them all in one - you would just need to test it.
You then need to link the table you want the attachments to go to with the attachment table and create a lookup field for each attachment. The link will need to be multiple to one in the attachment table and one to one in the other.
I then created an automation - when a new record is created, I have it update that record to link to the attachment record in the attachment table. The lookup fields should automatically populate with the attachment files. This should allow you to automatically attach records to new records.
If you are using the attachments to be sent out in an email, just ensure that the automation that attaches the records is completed before the email is sent.
Hope this helps!
Dec 28, 2023 10:30 AM - edited Jan 03, 2024 11:00 AM
Having trouble comprehending this task. Care to outline this? Primarily the automation side. I'm stuck on the update record side of the automation:
I have a separate table with: Attachment ID (Main Column) Attachment (1 File) Onboarding (Linked Record) & Lookup (Lookup to other table)
Thanks
Jan 02, 2024 11:50 AM - edited Jan 02, 2024 11:51 AM
Hi krtphr,
Thanks for the pictures. Assuming it's the exact same file you want to attach to new records, you will need to run an automation when a new record is created to update the record (which you have so far). You will need to update the attachment field in the Tenant Onboarding table with the Record ID from the Attachment table. This will be the same Record ID for every new record. Then in the Tenant Table, set the lookup field to the attachment field and it will pull the attachment for every new record.
So essentially, you aren't using the automation to update the attachment directly. You are using the automation to attach the record ID and the lookup field will automatically add the file to each new record.
I hope this makes sense. Let me know if you still have questions.
Jan 04, 2024 01:36 PM
Hi krtphr,
The best thing to do would be to use the ''Find records'' automation and use the result to add the attachment. Here is how i've done mine :
First, here's my attachment table (Pièces jointes) :
I wanted to add an attachment in my ''Réservations scolaires'' table. Here are the fields I created :
Lastly, here's my automation :
1) I used the trigger ''when a record enters a view'' in ''Réservations scolaires'' (I chose to use this trigger because I have a lot of entries in my base and sometimes when you have too many entries the automation doesn't go through).
2) Action 1 : Find records. It allows me to fetch the data of the attachment I need in ''Pièces jointes''
3) Update record. What is important here is that you need to fetch the data from the ''Find record'' step in order to link your entries successfully
I hope this helps you!
Jan 04, 2024 05:20 PM
Oh my god, this has helped me so much!!!!!!!!!!!!!
THANK YOU FOR THIS!
May 08, 2024 12:25 PM
Thank youuuu ❤️