I have a basic Google script to copy and paste google forms submissions from response sheet to another sheet for calcs ect ,to save keep copying the whole range of rows . I would like to store the last value of getlastRow() and store as a var prevRow.
Next time the script is run I can by subtracting the difference of old and new rows.I can then copy&paste only from the new data (response) I received .
So basically I need to know a BASIC METHOD to store a value and recall it next time the script is run. Kind regards