Skip to content Skip to sidebar Skip to footer

Google Sheet Html Not Calling Script Function

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

functiongenerate_grades_for_lesson(formObject) {
  Browser.msgBox("Grades: " + formObject.grades);
}

Post a Comment for "Google Sheet Html Not Calling Script Function"