When working with Airtable, it's often necessary to merge Airtable attachments into a single PDF to simplify document management, sharing, and storage. Many users have expressed the need for this kind of automation, whether they want to merge PDF attachments or convert image attachments to a PDF.
I have a form that generates a single record that has multiple attachment fields. I am trying to find a way with either a script or an automation to pull all the different attachments together and print.
I'm looking for suggestions on the best method to combine multiple attachments within a record.
Essentially I need a button/formula/automation for each row in my table to act as Adobe's "Combine Files" function in Acrobat.
This guide shows how to automate the process of merging attachments from a single Airtable record into one PDF using Make and Plumsail Documents. It works with PDFs, images, Word and Excel files, and combines them all into a single, ordered document.
Plumsail Documents for Make offers a handy action called Merge any files into PDF, which lets you combine multiple file types such as PDFs, images, Word documents, and Excel spreadsheets into a single well-structured PDF. You can pass in all attachments from an Airtable record at once, and the module will return one cohesive document.
Let's say your Airtable record contains both a contract in PDF and a scanned receipt in JPEG. Instead of handling them separately, you can now merge them into one cohesive PDF document.
This guide shows how to do exactly that, retrieve different file types from Airtable and generate a unified PDF, which is then linked back to the original record for easy access.
Here's an example of an Airtable base. Each record includes mixed file types in the Attachment field:
And this is the automation scenario we'll build in Make:
1. Retrieve records with attachments
Use the Airtable Search Records module in Make to gather records containing attachments.
You can use any Airtable trigger action that fits your workflow.
In the module, select your base and table, and specify the attachment fields in the Output Fields section.
2. Process each file individually
Add an Iterator to handle multiple attachments from a single record.
Set the Array field to the list of attachments from the previous module.
This will allow Make to download and process each file one by one.
3. Download files from Airtable
Use the HTTP Get a file module to download each file.
Map the file URL from the Iterator module to the URL field.
4. Aggregate files for merging
Add a Control Flow – Array Aggregator module.
Set the source module to HTTP Get File, and structure type to the next merge step.
5. Merge files into a single PDF
Add Plumsail Documents – Merge any files into PDF.
Enable Map and use the array output from the aggregator as the input.
The module will combine all supported files into one PDF.
6. Upload the PDF to Google Drive
Use Google Drive – Upload a file to store the final PDF.
Choose your folder and set the Source to the merged document.
7. Generate a shareable link
Add Google Drive – Get a share link to make the file accessible.
Set the role to Reader and access type to Anyone.
8. Attach the PDF back to Airtable
Use Airtable – Update a record to add the final PDF URL to the same record.
Set the record ID and insert the Google Drive share link into the attachment field.
9. Optional cleanup in Google Drive
Optionally, delete the file from Drive using Google Drive – Delete a file/folder.
Set the file ID to remove the document after it's added to Airtable.
The setup is complete. The scenario will now automatically process each record, merge mixed file types, and attach a single PDF to Airtable.
The Merge any files into PDF action supports a wide range of formats including PDF, JPEG, PNG, DOCX, XLSX and others. You can send them together without converting or separating by type — the module will merge them into a single, well-structured PDF automatically.
This makes it suitable for automating document workflows such as internal reporting, record archiving, or preparing files for clients. Whether you're working with contracts, scanned receipts, product images, or spreadsheets, this action handles them all in one step.
You can also use it beyond Airtable. The module works with any file source available in Make — such as Google Drive, Dropbox, or email attachments.
Start merge any attachments in Airtable with Make and Plumsail Documents
Try out the Plumsail Documents functionality in Make today. Register for an account and get a one-month free trial of Plumsail Documents.
If you don't have a Make account yet, you can try the Pro Plan free for two months using this sign-up link.
Join our community portal to connect with other users and share your ideas!
How to print multiple Airtable records on one page and include them in one document
Learn how to include multiple Airtable records on one page and fit them into one document. This guide will help you overcome the limitations of Airtable Page Designer.
Angelika Cherina
Lead Marketing Specialist
Documents
Aug 13, 2024
How to use Airtable DocuSign integration to automatically save signed documents to Airtable
Learn how to use Airtable DocuSign integration for digital signing and automate attaching signed documents back to Airtable records using Make.
Sergey Kaigarodov
Internet Marketer
Documents
Aug 23, 2024
Airtable Page Designer tutorial. Complete guide to creating and customizing templates
Learn how to use Airtable Page Designer to create custom templates for reports, invoices, and more. This step-by-step tutorial covers everything from setup to advanced formatting tips.