I have built a flow, triggered when a form is submitted. It then reads data from an excel table. I want it to take data from the table and form to populate into a word template.
I have tried the flow WITHOUT the word template, and just using the dynamic data to send an email, and it all works fine.
When trying to populate the word template, I created a blank page with literally just the placeholders on it e.g. <<name>> which is the same as my dynamic data from Forms and Excel.
Everytime, I get the same error code - "Failed to retrieve dynamic inputs. Error details: 'e.toLowerCase is not a function'". I've googled every solution and chatted it through with ChatGPT. Connections are working fine, I can find my template, I've created a brand new template with only placeholders, even tried curly brackets. Can't get this final step to work.
Any suggestions would be greatly appreciated.