Hello, I have this situation
In my workflow, I first download a template and retrieve a set of data from Google Sheets for different items (e.g., Product A, Product B, Product C). It’s important to note that these products are not fixed—they change every week. Each item has the same categories in different columns (e.g., item, date, quantity, unit price).
I need to fill this data into a table in a Word document. To do this, I use a loop or section in the “Fill a Document with a Batch of Data” module. However, I need the document to generate the same table on different pages, but per product.
When I set a “group by product” in the module, it works as expected, but it creates separate documents for each product. What I need is to have everything in the same document.
The problem with creating separate documents is that it results in too many operations being counted, which makes the process less efficient.
I would really appreciate any guidance or suggestions on how to approach this issue and find a solution. Thank you!