Attaching Multiple attachments to the "File Attachment" field typeSummaryThis article talks about whether it's possible or not to attach more than one attachments to a field of type file_attachment Field type file_attachment allows only 1 attachment at a time. File attachment type extends string type. So, it won't allow more than an attachment Attempting to update this field with another attachment, causes the older attachment to be removed and updated with the newly attached file. This behavior is by design. Related LinksField Types