I have a really simple flow that takes an email attachment and sends an HTTP POST with the attachment contents in the body.
The email attachment is a simple text file that just says the word "test"
Why do the contents come through like below?
If I don't use a string variable and simple send "Attachment Contents" in the HTTP body, it comes through just as strange
What is the proper way to use text attachment contents in a flow without the encoding messed with? Thanks a ton,