0
votes

I have created a Google Form and linked it to an existing Google Sheet with multiple tabs on it, I now need to:

  • Get Sheet tab names and populate a Form drop down question with them

I've found App Script code to get Sheet tab names from inside the sheet itself but not from the Form. I'm new to App script and how everything connects. If the best solution is to create a Form solely with App Script then that is what I will strive to do.

1

1 Answers

0
votes

You may want to try this add-on called formRanger.

Simply follow the given Script instructions and also install the script in your responses spreadsheet.

Additionally, this discussion in Google Docs Help Forum might also help. Hope it works for you!