hey guys I am actually working with the power automate .From the SharePoint shared Document/MVP_Coe I need to extract the text from the documents whenever a file gets uploaded. How can I actually convert the output of get file content base64 string to the original text (text inside the document). Can anybody help me with this part.
the base64tostring functions expression is :base64toString(outputs('Get_file_content')?['body'])
but it shows error.