Hello,
I'm trying to create a form that users can use to change the answers of a form they have previously submitted which are stored in Google Sheets. This is either to correct certain mistakes/typos or because some answers are out of date and they don't want to re-fill the entire form. How can I do it efficiently? Workflow: Form submitted with only some questions answers including a unique ID to make it easy to identify their form, Pabbly detects which question were updated and change the existing data on Google Sheet with the newly updated data only.
If I just use the "update row" function for Google Sheet as an action after the form is submitted, I'll have to fill all the input boxes with my webhook responses which will result in deleting existing answers if users didn't fill a certain question.
Thanks!
I'm trying to create a form that users can use to change the answers of a form they have previously submitted which are stored in Google Sheets. This is either to correct certain mistakes/typos or because some answers are out of date and they don't want to re-fill the entire form. How can I do it efficiently? Workflow: Form submitted with only some questions answers including a unique ID to make it easy to identify their form, Pabbly detects which question were updated and change the existing data on Google Sheet with the newly updated data only.
If I just use the "update row" function for Google Sheet as an action after the form is submitted, I'll have to fill all the input boxes with my webhook responses which will result in deleting existing answers if users didn't fill a certain question.
Thanks!