Apps Script samples for G Suite products.
-
Updated
Sep 11, 2020 - JavaScript
Add a description, image, and links to the google-apps-script topic page so that developers can more easily learn about it.
To associate your repository with the google-apps-script topic, visit your repo's landing page and select "manage topics."
I looks like, at the moment, if I want to write many records at once, I have to either do a series of individual document writes. Or I have to write all the records to a single doc. It would be great to be able to create and write out to many docs simultaneously and atomically.