I have a google form that writes to a spreadsheet.
Currently on form sumbmit a single new row is created.
What I would like to do is; Have a number field on the form which the user selects a value N. When the form is submitted I would like the spreadsheet to create N rows of identical data.
I have thought about it in several ways. What would be best if it could be automated based on N. Alternatively the value N could be placed in a hidden column H and a script on the spreadsheet could read this and copy the row N times, possibly counting down in column H {N, N-1,...1} if this makes it easier.