Is generating a document with data from multiple rows possible?
For example, I have a sheet that has:
Columns: Team Name / Team Lead / Phone Number
Row 1: Alpha Team / John Doe / 555-555-5555
Row 2: Bravo Team / Jane Doe / 666-666-6666
Row 3: Charlie Team / Joe Doe / 777-777-7777
I would need to generate a document with all the info for Team 1, Team 2, and Team 3. As far as I know, documents are generated for one row only. I need one single document, not three individual documents. Any information will be greatly appreciated.