Hi all,
First post here but long time lurker to find solutions, so thanks in advance for the million times you have all helped me.
I'm currently working on a flow in which the user fills in a word document template, and uploads this as an attachment via Microsoft Forms. I am then taking this file and moving it to a new location, and then deleting the original file.
After that is where I'm stuck. I want to access that word document and take out the dynamic content and put it into an Excel spreadsheet. So for example:

Here I have Main Site in my word document template, the dynamic content area where the user types is named CurrentMainSite, and I want to link this up to the Current Main Site column in my Excel, but I can't see to find a way to access the content from my word document as dynamic content in my Flow.
Would anybody be able to assist?
This is my current flow:

I am using Parse JSON to get the attached files name, copy it to a new location and delete the original file. The part I'm struggling with it the two final steps "Get file content" and "Add a row into a table". I would have assumed Get file content would give me access to any dynamic content in my Word document, or is this not possible? There seems ot be minimal support for extracting FROM a .doc but lots for auto-population/generation.
Thanks in advance everyone!
Kind Regards,
Lewis