Populate HTML form from Google Sheets

后端 未结 2 1777
臣服心动
臣服心动 2021-01-21 14:18

I am fairly new to all this but am looking to populate an Apps Script Web App HTML dropdown form entry with names directly from a Google Spreadsheet. So far I have been able to

2条回答
  •  旧巷少年郎
    2021-01-21 15:04

    getColleagueList() should be a server side function. You can put it in Code.gs file. Then call the server side function from JavaScript as follow: You can learn more here: https://developers.google.com/apps-script/guides/html/communication

    
    

提交回复
热议问题