Hello,
I'm struggling with the file content coding of pdf files.
I'm trying to convert the file content of a pdf to a string (so I can later modify it, but as a first step, I'm not changing it at all)

So I'm trying to convert the base64 file content to string (in the first compose action) and then put it back together as the proper file content json in the second compose action and then attach it to an email.
If I get the file content from OneDrive directly, the file that arrives looks like the coding on the left. If I do my two steps, I get the result on the right. How do I fix that?
Thank you!
