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.