
Announcements
Hello everyone,
I currently have a script that converts an Excel file to a Base64 string and sends it to SharePoint via HTTP received trigger. The trigger is successful and the value is parsed correctly.
However, when using Base64tobinary and Create File, the resulting file is corrupt. Examining the input I can see that /n is being added to the file content string. For example:
I've now also tried adding a Base64 encoded string to a static variable and using base64tobinary function within create file, same result. I know for a fact that it is a valid Base64 string but it looks like the base64tobinary expression or create file is somehow changing the string.