Hey Make.com community. I’m trying to create a dynamic Google Doc using Make.com’s Google Docs “Create a Document from a Template”.
Instead of inserting a simple variable into a placeholder (for example “John” into {{name}}), I’m trying to copy multiple formatted paragraphs of text from one Google Doc into a new Google Doc. Is this possible?
In other words, I’d like to have a couple paragraphs of text and bullet points and insert it into {{name}}… or create the document from a template and then copy / paste the content from the other document into the newly created Google doc.
I can grab the content using the Google Docs Get Content of a Document, but I can’t seem to figure out how to paste the output of that module back into a Google Doc so it matches the source formatting.
Many, many thanks in advance to anyone with some insights!