HtmlFormApp was updated to v1.0.2.
-
v1.0.2 (October 17, 2023)
-
The 2nd argument
row
ofappendFormData(object, row)
was added. This is from this suggestion. Whenrow
is used, the value is put into the specific row of the Spreadsheet. In this case, please set the value ofrow
more than 1.- In this case, the submitted row can be forcefully put into the specific row of Google Spreadsheet. So, when you run
appendFormData(object, row)
by the constant value ofrow
, the submitted row is put into the same row. Please be careful about this.
- In this case, the submitted row can be forcefully put into the specific row of Google Spreadsheet. So, when you run
-
You can see the detail information here https://github.com/tanaikech/HtmlFormApp