Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ves_diego
Contributor
Contributor

Convert Salesforce base64 file to binary for a WebServices

Hello,

I would like to transfer files from Salesforce to a Webservice.

With a tSalesforceInput I can extract a csv with the metadata and the base64 file, but I have to send it to a Webservices with a POST form-data (converted in binary). How can i create the flow?

This is an example of the csv file

attachment_body;message_id;attachment_name;attachment_contentType

dGVzdDJhbGxlZ2F0bzI=;02s1w0000018YNHAA2;test2allegato2.txt;text/plain

Please help me

Diego

Labels (3)
1 Reply
ves_diego
Contributor
Contributor
Author

please can someone help me?