Make gives us the ability to insert 1 loop in a Microsoft Word document, but Make does not give us the ability to insert 2 different loops in a Microsoft Word document.
Are there any known workarounds to this issue?
Here is a more technical description of this problem:
Whenever we have a loop in our Microsoft Word module (for inserting a loop into a Word document), we always place an iterator before the Microsoft Word module.
Our iterator loops through our array of data, because the Microsoft Word module is expecting us to send it multiple bundles to create the loop.
However, we are unable to have 2 completely different loops (i.e. 2 completely different iterator modules) feeding into the same Microsoft Word document.
That’s because as soon as we send data to a Microsoft Word document ONCE, Make clears out all the other tags that are in the Word document, so we don’t have the ability to send another set of bundles into the exact same Microsoft Word document.
Is there any known methods or workarounds to get 2 loops of data (i.e. 2 different sets of bundles) feeding into the same exact Microsoft Word document?
If Make gave us the option to “not erase tags” in Microsoft Word documents, then we could continue to send additional loops of data into the same document.
But since we don’t have that as an option, are there any other known workarounds to insert 2 different loops within the same exact Microsoft Word document?
Thanks!




