I am trying to use autocrat to autofill a one sheet form. The Google Sheet source is only 22 rows of data and 12 columns of data. I want the outcome to be one document so I have Single Output Mode marked. Every time I run Autocrat it works for 20 rows and then I get this error:
"Too many changes applied before saving document. Please save changes in smaller batches using Document.saveAndClose(), then reopen the document with Document.openById()."
Anyone have any idea how to fix this?
If I run it with Multiple Output Mode, it works but then I have to open each one separately to print, which is doable, just annoying.