I am trying to export a Word document with complex format (tables with dynamic number of rows and paragraphs) from a form in Power App with Power Automate and generated a SharePoint link for in app editing within the Power App.
I have tried two workaround method but both fail to achieve my goal
1. use Populate a Word Template
If i am using Populate a Word template, the documents generated cannot be edit within embedded Word Online Editor within the Power App
2. export it as a Microsoft Edge MHT file first with Compose HTML template and rename the file as doc
The embedded Word online editor force me to convert
After I convert the file, it will force me to leave the app so this wordaround also fail to achieve my goal of in-app editing. In addition, this workaround will have strange characters in the word document after the conversion.
Is there any better workaround to achieve in-app editing of a word document with Power Automate export?