Downloading Files From Salesforce

I’m using Make’s Download an Attachment / Document module for Salesforce to download files from Salesforce. The content that’s retrieved is structured like:

    {
        "data": "IMTBuffer(123456, binary, ABCD1234",
        "filename": "Some File.pdf",
        "filesize": 289180
    }

ChatGPT tells me that the data is a hexadecimal string. I’ve got no idea how to work with that data to be honest. How can I upload those files into Google Drive or download them to my MacBook?

Its super easy after to upload the file after you use the download an attachment/doc.

All you need to do is add the upload file module and make will automatically map the document to your upload just select it as the file like seen below.

FYI Make cannot download the file locally onto your mac you need to upload it to the drive.

3 Likes