Skip to main content
Best answer

Append Text to Existing Google Doc, on a New Page


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

Best answer by robschmidtBest answer by robschmidt

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.

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

robschmidt
Forum|alt.badge.img+9
  • Zapier Expert
  • 617 replies
  • Answer
  • May 17, 2021

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.


  • Author
  • Beginner
  • 1 reply
  • June 7, 2021

Thanks.