There isn’t a great way, but there is a way to work around it.
You can add a helper table (say, Helper), with a single row. Make a column of that table (say, column A) have the type Attachment. You can then bulk-upload all your attachments into that one cell.
From there, you can fill in attachments in a 100-row table using formulas. It’s tricky, and it would help if you can describe how you would know which attachment should go into which row. If you just want 100 rows, with one attachment in each, there is one horribly hacky way, but which seems to work:
- In your table
Helper, add columnBwith the formula$A, and set its type toReference List. - Add a summary of the helper table, grouped by column
B. - In the new summary table (the one titled
Helper [by B]), add a new column with the formula[$B], then set its type toAttachment.
This new column should now be an attachment column, with as many rows as you had attachments, one attachment in each. You can copy-paste this column into another table.