I have a sheet which needs two ways to append records(rows). One is the associated Form and another is the associated script. The script performs successfull .appendRow() and .getLastRow() was incremented, but the next Form submittion appends data after the wrong row which was the privoius last row (.getLastRow-1). I also noticed .appendRow() does not inclease the number shown after Form in the spreadsheet menu like Form(123). It seems like the spreadsheet has two different Last Rows.
Is anyone help me to increase The form Last Rows in a script.
Thanks