Add new content to the end of your Google Docs documents automatically.
Field | Type | Required | Description |
---|---|---|---|
Document URL/ID | Text | Yes | Google Docs document link or ID |
Text Content | Text Area | Yes | Content to add to the end of the document |
Convert Markdown to Rich Text | Switch | No | Transform Markdown formatting to Google Docs styling |
Insert Page Break Before Text | Switch | No | Add a page break before the new content |
**bold**
becomes bold*italic*
becomes italic# Header
becomes formatted heading- Item
becomes bulleted lists[text](url)
becomes clickable links**text**
Will my existing content be affected?
What's the difference between Markdown on and off?
**bold**
becomes actual bold text, # Header
becomes a formatted heading, etc. With Markdown off, you get exactly what you type - **bold**
stays as **bold**
without formatting.When should I use page breaks?
Can I append content multiple times to the same document?
How do I use content from AI nodes like Ask AI?
How do I format data from previous nodes?
**Clicks:** [click_data]
where [click_data]
comes from a Google Ads node. The Markdown will format it nicely when converted.What if my document is very long?
Can I append images to Google Docs?

), those images will be added to the document. You can use the syntax below to include images:Can I add a link to the appended text?
Does appended text inherit document formatting?