Hi everyone,
I’m new to n8n and learning!
I have a Google Document that I’m using as a template.
Inside the template, I have placeholders (for example, for child names).
Here’s what I’d like to do with n8n:
-
Trigger the workflow by asking: “best male child names”.
-
Use an AI agent to generate a list of male child names.
-
Retrieve the content of my Google Document template.
-
Replace the placeholders inside the document with the generated child names.
My question is:
What’s the best way to replace placeholders in a Google Doc template with dynamic values in n8n?
Thanks for your help!