Google Docs API call to insert content from one Google Doc into another

Hey @Zbulo, I’ve done this a fair few times

After your text aggregator, you want to get rid of the Create a Document module.

Instead, use a Set a Variable module under the Tools pack.

Name your variable Table HTML, and have your crafted HTML variable as the value

Next, and this is directly in your second google doc (so outside of Make) , wherever you want the table to sit in the page, put a very unique text, maybe something like <<|TABLEINSERT|>>

Come back to Make, and after your Set a Variable module, you’ll use the Download a Document module

Download it as HTML format as per screenshot above.

Directly after that module, you will use the Create a Document module.

In here, you will do something like the below

And voila!

8 Likes