Bulk attachment importer
Upload multiple attachments to a single attachment cell in one table, then run the script to create 1 record for each attachment in another table.
Sign up
This script will create 1 record for each attachment in a record's attachment cell in a separate table. For example, if you upload 20 files to a record in one table, it would create 20 unique records, one for each attachment, in another table.
Initial fields the script asks for to create the new records:
- A text field to output the file name (this can be removed if it's not needed)
- An attachment field to upload each file to
View source