Filling a single Microsoft Word table with multiple rows from a monday.com board in Make using Word Templates

:bullseye: 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.

:thinking: 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

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

1 Like

And this is my blueprint

Integration Webhooks.blueprint.json (47.8 KB)

1 Like

Solved sorry, I missed the last part to “upload” a new world file, bu t unfortunately I can ‘t populate my WORD Table with my data! I’m not able te have multiple lines.
Please someone can help me? I tried so many things

1 Like

Welcome to the Make community!

The MS Word Template module is already an aggregator. If you want to fill it with values from module [5], then you have to rearrange your scenario this way:

Hope this helps! If you are still having trouble, please provide more details.

@samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

Hey @samliew ,

Thank you so much!, can you tell me how I can configure my Word module & Word Document to populate it with one line of my Monday board = one line in my Word table

Here is my Blueprint :

Integration Webhooks.blueprint (2).json (51.7 KB)

And I tried to plug an itearor but no result

2 Likes

Thank you I solved my issue this afternoon. Thank you for your help

2 Likes