Is it possible to populate a repeating table in a word document in power automate?
For example, if I have a JSON array with three elements, I would like three tables each with there own headings a row below containing...rather than just have a repeating section in 1 table.
Aside from setting up the Word template correctly, the two key actions in the flow are:
Generating the JSON with the rows (your code will vary depending on what you want to populate) with an array variable:
And populating the array into the table in your Word template:
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.