Skip to main content
Best answer

Append Text to Existing Google Doc, on a New Page

  • 17 May 2021
  • 2 replies
  • 269 views

How can I append text to an existing Google Doc on a new page?

Hi @Sendohzk,

 

You can’t add text to a new page using “Append Text to Document” action, though you can use several <br> tags to make a long line-breaks. If you’d like to add a new page and add text there you will have to go with an API solution or using the Script editor inside Google doc.


Thanks.