Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-apps-script/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/asp.net-core/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google apps script 单个Google表单提交的多个工作表更新_Google Apps Script_Google Sheets_Google Drive Api_Google Forms - Fatal编程技术网

Google apps script 单个Google表单提交的多个工作表更新

Google apps script 单个Google表单提交的多个工作表更新,google-apps-script,google-sheets,google-drive-api,google-forms,Google Apps Script,Google Sheets,Google Drive Api,Google Forms,我想要一个Google表单提交来修改响应表中的现有行,而不是生成一个新行 我有一个Google表单响应表,当有人第二次用相同的信息更新表单时(例如,如果他们遗漏了一个字段,并且每行都有一个唯一的ID),有没有办法编辑响应表,以便修改已经存在的行,而不是创建新行 我对应用程序脚本完全陌生,如果你能给我指出正确的方向,那就太好了。从以下类似问题的答案开始: 如果该用户已经提交了表单,您可以覆盖上一行,而不只是删除新行。(…并且仍然删除新的。)

我想要一个Google表单提交来修改响应表中的现有行,而不是生成一个新行

我有一个Google表单响应表,当有人第二次用相同的信息更新表单时(例如,如果他们遗漏了一个字段,并且每行都有一个唯一的ID),有没有办法编辑响应表,以便修改已经存在的行,而不是创建新行


我对应用程序脚本完全陌生,如果你能给我指出正确的方向,那就太好了。

从以下类似问题的答案开始:

如果该用户已经提交了表单,您可以覆盖上一行,而不只是删除新行。(…并且仍然删除新的。)