What is your goal?
Populate one single Microsoft Word document (via Make → Microsoft Word Templates) with a table containing one row per item from a monday.com board, using data aggregated from multiple items rather than generating one document per item.
What is the problem & what have you tried?
I am trying to populate a Microsoft Word table using Make → Microsoft Word Templates (Fill a document with a batch of data) with data coming from a monday.com board.
The scenario runs without runtime errors, but the generated Word document is not populated: the table remains empty (even when testing with a single column like Status).
I have verified that the data is correctly retrieved from monday.com and that the Array Aggregator outputs a non-empty array containing the expected values.
I tried multiple configurations:
Using Loop or section with a {{#Rows}} … {{/Rows}} block inside a single table row in Word
Passing the aggregated array via Rows → entry as required by the Word Templates module
Removing the iterator to generate a single Word document instead of one per item
Simplifying the template to a single placeholder (Status only) to rule out template issues.
I followed this doc and no result Microsoft Word Templates - Apps Documentation






