Apps Script for Creating Docs and files in Drive
Create a script that will get data from a sheet, create content to add within a Doc. Make the Doc, update the sheet data with the doc details, and email out to the user from the sheet the doc location. Select a Spreadsheet sheet by Name – getSheetByName(‘data’) Get the data from the sheet Loop … Read more