I have a flow where I get Base64 code of a stored attachement in Sharepoint List. I store this Base 64 value in variable (as seen in the screenshot), and its the correct Base64 code of the image that works. I want to save the Base64 code in SQL Image type column so I can then work with it. But when I insert the variable with the base64 code into the "SQL insert row" the value of the variable changes. Does not matter if its png, jpg or PDF - it always change the code into something else, that does not work.
Dont anyone know why ?
Output of variable is different from output of "Inser row SQL", even tho its the same variable.

Thanks for help.