Hi,
I'm working on a small project that automatically populates a specific Word document depending on the user's input.
When I manually select the file path in the action, it works fine. However, when I try to dynamically select the file, the action does not show any advanced parameters to fill my Word document, and when I run the flow, I get the following error:
Action 'Populate_a_Microsoft_Word_template' failed: The selected file doesn't contain template elements.
When I take a look at the input parameters, I do see that the correct file was selected:
"file": "/Verslagen/Bevestiging intake.docx"
What am I missing?