Hi,
I have created a power automate flow. Below is the flow

When a form is submitted, it gets the response details. And I have a sharepoint site where I have a word doc template which I want to populate it from the form. So like shown in the flow I get that word doc file content and create a new file with filename having .docx extension and after that I update the file properties(Mapping the fields in the word doc with respect to the form). My flow ran successfully and created a word doc successfully in a sharepoint site folder. My problem here is when I am trying to view that newly created word doc(.docx) file from the flow displaying the data(It just shows the template). But when I download that .docx file to my computer I can view the complete data. Why is this happening? Is there a way where I can see the .docx file content when viewed on the web itself?
Please let me know if you need more information regarding this.
Thanks