Array aggregator and google doc template

:bullseye: What is your goal?

Please
Is it possible, from an array aggregator with 2 or more fields, to auto-populate a Google template in which I create a table with 1 line, 2/3/4 columns. I want for each element of my array aggregator, a new row to be created in my Google template table. I’ve been looking for 3 days. Of course, I don’t want a list in each cell, but a new line.
Thanks in advance
Gilles

:thinking: What is the problem & what have you tried?

i tried all it’s possible

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

I guess you tried the module called Insert a Paragraph to a Document and got that result.

You’ll have to make multiple calls to the Google Docs Make an API Call module and insert/update the table using the appropriate parameters.

Check out this Stack Overflow answer for a starting point.

@damato

Thank’s very much, but it’s not so easy for me

Have a good we

I believe you can use a text or table aggregator instead.

Hello,

To do so you must use custom API calls and it requires some level of dev skills, even with help of AI.

There is one much easier solution but it can be used only if your document is relatively simple and can be created using the Create a Document module instead of Create a Document from a Template.

Create a Document module allows you to pass HTML content-also HTML tables. And creating HTML in Make using even text aggregator is a piece of cake.