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?