'Edit Google form responses through Google sheet
I know it's not possible to directly edit the Google form response by editing the Google sheet, but I was hoping to have a work around by using this https://xfanatical.com/blog/how-to-edit-google-forms-responses-in-the-spreadsheet/#source-code. The script generates a link through which the response can be edited, but I was hoping that when I change a response in the sheet, it would be updated in the link as well and I would only have to hit the resend button.
Does anyone know an easy solution where I can update responses in the sheet and they also will be visible in the form?
Thanks!
Solution 1:[1]
You could create a link with the responses already on the form, as you mentioned, but also using Apps Script you can get the responses from the Sheet and pre-fill the form with those responses.
The workflow would be:
- Edit the answers on the Sheet
- Get those answers on Apps Script
- Pre-fill the form with the new answers
- Create the link to the form with the new answers
Reference links:
Also you can check this previously solved question from Stack Overflow:
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Kessy |
