I searched the internet and I can\'t find a response to this nor the documentation for it. I need to dynamically generate Google forms questions with data from a Google spreadsh
It's pretty straightforward, see here: https://developers.google.com/apps-script/guides/sheets#reading
You just need to open the sheet by its doc key, select the data and read the cells as a JS object.