Skip to main content

What this tool does

The Attachment Downloader collects files from one or more attachment fields across your Airtable records and packages them into a single downloadable ZIP file. You control how files are organized within the ZIP and how they are named.

Settings reference

Source

SettingDescription
Source tableThe table to download attachments from.
Attachment fieldsOne or more attachment fields to include.

Folder structure

SettingDescription
Folder organizationHow files are organized inside the ZIP: Flat, By record, By field, or Record > Field (nested).

Folder organization options

OptionStructure
FlatAll files in the root of the ZIP, no subfolders.
By recordOne subfolder per record, named by the record’s primary field.
By fieldOne subfolder per attachment field.
Record > FieldNested: a subfolder per record, with subfolders per field inside.

File naming

SettingDescription
Filename modeKeep original (use the file’s existing name) or Use naming template.
Filename templateTemplate with tokens for custom naming. Only shown when template mode is selected.

Filename template tokens

TokenWhat it inserts
@{Field Name}Any Airtable field value
{original}Original filename
{record_name}Record’s primary field value
{field_name}Name of the attachment field
{index}Position of the attachment in the field

Record filters

SettingDescription
Source viewLimit to records in a specific view.
Skip empty recordsSkip records that have no attachments in the selected fields.

Limits

SettingDescription
Maximum total size (MB)The run fails if the total uncompressed size of all attachments exceeds this limit.

Getting the ZIP file

After the run completes, click Download in the run panel to save the ZIP file.

Common questions

There is no file count limit, but the total size limit applies. Set a reasonable max total size to prevent unexpectedly large downloads.
Duplicate filenames are handled by appending a counter (file.pdf, file_1.pdf, file_2.pdf). Use a naming template with the {record_name} token to prevent collisions.
Yes. Select multiple attachment fields in the Attachment fields setting. Files from all selected fields are included in the ZIP.