I was wondering if there is some type of code that can be used when dealing with the appendRow function in google apps scripts.
When I was archiving some old data (cutting and pasting from sheet 1 to sheet 2), apps script got kind of buggy. Now whenever a user submits a form entry, rather than going from row 1000 to 1001 (for example), it will start at row 50500. It doesn't matter if I delete rows 1000 to 50500, it will just restart number at 50500 again.
Do you know if this is an issue with apps script, or if this can be modified somewhere in google sheets directly?