Hi all,
I am trying to create mailing labels (multiple labels per page) in Google Docs using the “create a document from a template” module. My data is coming from Google Sheets.
My first attempt at this, I put my fields in only one label on the template. That resulted (as you might expect) in one document per row of data.
So I thought maybe I could aggregate the data into an array, but that resulted in only one document with the first row of data only.
Am I missing something obvious in managing the array, or am I using the wrong module for this purpose? If the Google Docs add-ons for mail merge weren’t so annoying, I would just use that, but I have had similar problems with other scenarios where I have wanted to use an array of data in a create-a-document-from-a-template module, so I am eager for assistance. Thanks!
scenario.blueprint.json (16.8 KB)