Import Sets with attachments

Cobee
Tera Expert

Looking for a solution for importing records that contain attachments. We have a number of records that we are successfully importing on staging with import sets and configured transform maps. The issue we are having is that all of these records have attachments associated with the file name on a different system. Hoping someone had a similar experience and could share some insight on how to include these attachments with the records being created on import. 

 

Thanks, 

 

1 REPLY 1

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi,

Yes, this is possible.
Collect all the data and other fields as raw data. (in columns) and onAfter create an attachment using attachment API.
Like file_name, content_type, data (Base64)

Attachment API. 



 

 

 


Thanks and Regards,

Saurabh Gupta