Hi folks,
I have a flow where is triggered when I receive an email with a specific file attached, this file is a CSV file, then it creates a file in SharePoint with all the data, so far at this point, when you open the file, all the data is readable.
The problem begins when I used the Get file content, which is getting my content, but the output is encoded and unreadable. Check below:

I tried to use a Compose with the following code
<
base64tostring(outputs('Get_file_content')?['body']['$content'])
>
but it didn't work.

Not sure what I am missing. I am new to Power Automate and not sure if this is the correct way to do that.
Anyone can assist/help me?
Thanks! 🙂