質問編集履歴

1

引数がわかりにくいので修正

2022/04/07 08:11

投稿

Com
Com

スコア30

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  GoogleFormsの回答を取得するAppsScriptのコードです。
4
4
  ```
5
- const form = FormApp.openByUrl(input[12]);
5
+ const form = FormApp.openByUrl(url);
6
6
  const responses = form.getResponses();
7
7
  const size = responses.length;
8
8