Skip to content

Google Script to update Google Form questions based of a column from a Google Sheet

License

Notifications You must be signed in to change notification settings

JBrummans/Google-Form-Update-Question-From-Sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Google-Form-Update-Question-From-Sheet

Google Script to update a Google Form question based of a column from a Google Sheet

Useful for populating large dropdown questions.

Quick start

  • Update the Form ID in the script to the required form.
  • Update the ss.getSheetByName value to the name of the sheet with the data.
  • Data in the spreadsheet must have column headings that match questions on the Form.
    • If the column heading doesnt match a question, it will be ignored.
  • Create trigger for on edit or run the function manually as needed.

Notes

  • There is a 1000 choice limit on Dropboxes.
    • Attempting to load more than 1000 will result in the error Exception: Failed to set choices. You exceeded the maximum number of choices.

Authors

Ben Letchford - Initial work

Jacob Brummans - Initial work

About

Google Script to update Google Form questions based of a column from a Google Sheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published