Populating a Table in a Microsoft Word Template

Hello,

I’ve having the same issue described in this post and have tried to the iterator/aggregator approach but I get the same result.

Can anyone provide a little more detail on this or another solution to get values from an array to create/populate additional rows in the table?

Here is the Word table:

And here is the Make.com setup:

Thank you.

blueprint.json (35.3 KB)

[
    {
        "fileName": "PO 6-2024-01-10T21:19:40.574Z.docx",
        "data": "IMTBuffer(125082, binary, cbd64fc6d20598052b69e4ff87c25d3cc0b3bea0): 504b03040a00000000000000210069111dd4cf050000cf050000130000005b436f6e74656e745f54797065735d2e786d6c3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d225554462d3822207374616e64616c6f6e653d227965",
        "fileSize": 125082
    }
]

Welcome to the Make community!

For assistance, please provide:

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Output bundles

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
Screenshot_2023-10-06_141025

A.

Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading it here will look like this:

bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

2 Likes

I’ve solved this on my own. Unlike the post linked to above I’ve found that the iterator needs to flow directly to the Microsoft Word Templates. Also the module should be the “Fill a document with a batch of data module” instead of the “Fill out a document module” I had been using previously. After lots of testing iterations that’s the combination that solved it for me.

Heya @jlind welcome to the community :blob_wave:

I just want to quickly say congrats on figuring this one out on your own :clap:

Also, thank you very much for keeping the community in mind and for stepping back here and sharing what did the final trick with the rest of us. This can prove super helpful to many others who are looking for similar info down the road. :pray:

1 Like