Hello,
I am new to Power Automate and I am trying to read an excel file to get it's content from OneDrive using Power Automate. I used the Get File content and then used a compose statement with base64ToString(outputs('Get_file_content')?['body']?['$content']) to extract $content value from the Get File content output but I am getting an output in the following format. Any help is greatly appreciated. Thank you!!