Skip to content

Tag: google-apps-script

Row is always returning 1 – Google Scripts

I am trying to display an HTML page with values from the spreadsheet. I click on my Generate HTML page link and it redirects to the HTML page I created. It displays correctly except that the script always gets values from the first row. I am under the impression that the doGet() function does not accept rows?…