Google Sheet Html Not Calling Script Function April 21, 2023 Post a Comment I have the following html code in my google app. IT should call the function below but I'm getting nothing. I've used the same script throughout my code until now Copy Use Browser.msgbox in google apps script function generate_grades_for_lesson(formObject) { Browser.msgBox("Grades: " + formObject.grades); } Copy Share Post a Comment for "Google Sheet Html Not Calling Script Function"
Post a Comment for "Google Sheet Html Not Calling Script Function"