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?