Hi all,
I'm trying to build a flow that takes a Salesforce attachment and attaches it to a Sharepoint list. I'm having some trouble getting the attachment to actually upload to sharepoint correctly, and I believe it's due to the way I'm encoding it.

I know on Salesforce the Body is encoded with base64... I've tried decodeBase64 but no luck. Has anybody had any luck with anything like this?