
Announcements
Dear community,
For my Power Automate Flow I am trying to insert values into a Microsoft Word document from a filtered Dataverse table.
I have played around with Parse JSON, Select and compose, but I can't seem to place the values into a the word document.
The error message is displayed at the Populate Microsoft Word tempIate action and is the following:
Advice or a solution is very welcome.
Sincerely.
Hello @danielvanlaar ,
as far as I see the "Parse JSON" gets an array as input. That means there are many rows with the same columns/properties. What do you expect that happens in that failing expression? Do you want to insert all the rows from the table. Do you want a special delimiter? Can you give a sample input and a dummy Word-Document output how it should look like?