I am new bee trying to use google app scripts. I am trying to copy spreadsheet using
var copySheet=spreadSheetCurrent.copy(date.toString('yyyy-MM-dd'));
this is also making a copy of the form associated with this spreadsheet, can I just copy only the spreadsheet ?