No video

Merge Multiple Google Docs into One: GAS110

#googledocs #merge #googleappsscript
/** Automate the Boring */
About me: onescript.work/about
Upwork with me: www.upwork.com/freelancers/~0...
/** Chapters */
Intro 00:06
Use in Your Project 07:35
/** Links */
AshtonOnTheRoad: / @ashtonontheroad
Install my addon Chalkline: workspace.google.com/u/0/mark...
My substack: substack.com/@ashtonfei?...
/** Source Code */
Text version: automatetheboring.blogspot.co...
Make a copy: docs.google.com/spreadsheets/...
Source code: github.com/ashtonfei/google-a...
Repo live-coding: github.com/ashtonfei/live-cod...
Repo google-apps-script-projects: github.com/ashtonfei/google-a...
/** Contact */
Gmail: yunjia.fei@gmail.com
X: / ashton_fei
Instagram: / ashton.fei
Buy me a beer: www.paypal.me/ashtonfei/

Пікірлер: 2

  • @Alonica24
    @Alonica2415 күн бұрын

    I really appreciate your video and the files you shared! Thank you so much!! Can I ask also, Is there a limit on the size of google docs? I have this prompt when trying to merge "Too many changes applied before saving document. Please save changes in smaller batches using Document.saveAndClose(), then reopen the document with Document.openById()." Thank you again!

  • @ashtonfei

    @ashtonfei

    15 күн бұрын

    Hmm, I didn't do any pressure test. The core logic is looping the documents and keep appending the paragraphs to the target document one by one. If you got that error, yes, execute the saveAndClose method after one document then reopen the target document for the next one.