I'm aware of the following line: form.setDestination(FormApp.DestinationType.SPREADSHEET, ss1.getId());
but I'm trying to get the form submissions to appendRow/submit to a specific sheet within spreadsheet ss1. Any way to do that within google app scripts? The above just points to spreadsheet ss1 and creates a "Form Responses" sheet within that spreadsheet.
Thanks in advance for the guidance!
P.S. For a little more background, I'm trying to set up a form to send expense data to my budget google sheets file, which has a "current month.year" format for the target sheet name.