
Announcements
I'm retrieving an image from dynamics 365 which already comes as a Base64.
I want to store it on SQL but first I wanted to convert it inside a variable.
I created a variable called Base64ToBinary where I use the Base64ToBinary function and inside I put the base64 string.
The problem is that i'm getting weird characters instead of binary.
Also the Base64ToBinary variable is set as a String if that is important.
Any idea of why is this happening?