Import Sets with attachments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2022 01:05 PM
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2022 01:32 PM
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)
Thanks and Regards,
Saurabh Gupta