Skip to main content

What this tool does

The URL to Attachment tool reads file URLs from a field and downloads those files into an Airtable attachment field. Use it to populate attachment fields from external URLs: product images from an e-commerce feed, documents from a CDN, or files referenced in a spreadsheet import.

Settings reference

Source

SettingDescription
Source tableThe table with URL records.
URL fieldThe URL, text, or Formula field containing file URLs. Supports comma or newline-separated multiple URLs in a single field.
Attachment fieldThe attachment field where downloaded files are saved.

File naming

SettingDescription
Filename sourceFrom URL (extract the filename from the URL path), From field (use a field’s value), or Custom template.
Filename fieldA text, Formula, or URL field for the filename. Only shown for “From field” mode.
Filename templateTemplate with @ field references. Only shown for “Custom template” mode.

Behavior

SettingDescription
Existing attachmentsAppend (keep existing files and add new ones) or Replace (overwrite existing attachments).
Skip empty URL fieldsSkip records with blank URL fields.
Skip records with existing attachmentsSkip records that already have files in the attachment field.

Preview

The URL to Attachment tool has a preview panel that shows a sample of your URL records and confirms the URLs are accessible before running.

Handling multiple URLs in one field

If a URL field contains multiple URLs separated by commas or newlines, the tool downloads all of them and saves each as a separate attachment on that record.

Common questions

The record is skipped with an error in the execution log. Other records continue processing based on your error handling setting.
Airtable’s own attachment size limits apply. Very large files may fail if they exceed your Airtable plan’s attachment storage quota.
Yes, if the URL is a direct download link (not a sharing page URL). Google Drive and Dropbox sharing links need to be converted to direct download format first.
Yes. The tool follows HTTP redirects (301, 302, etc.) to reach the final file URL.