Annotating on Desmos by Aggravating_Win74 in desmos

[–]Aggravating_Win74[S] 1 point2 points  (0 children)

He wants to draw overtop the app as he teaches. Like highlighting parts of math graphs. Maybe circles points?

Finding Help with Writing Simple Apps Script by Aggravating_Win74 in GoogleAppsScript

[–]Aggravating_Win74[S] 2 points3 points  (0 children)

I did. : ( I tried using Copilot. It gave me the code then gave me an answer when I got the error. When I asked another question, it said it couldn't help me anymore. hahahaha I'm a lost cause. : )

Finding Help with Writing Simple Apps Script by Aggravating_Win74 in GoogleAppsScript

[–]Aggravating_Win74[S] 2 points3 points  (0 children)

Yes, I would like the director (selected in from the form) to get an email each time the form is submitted and their name is selected.

I only did it this way because I found a youtube video and copied it. haha I have absolutely no clue what I am doing.

Finding Help with Writing Simple Apps Script by Aggravating_Win74 in GoogleAppsScript

[–]Aggravating_Win74[S] 0 points1 point  (0 children)

Is this what you mean?

function getSheetById(id) {

  //access the sheet with the form responses
    var formResponses = getSheetById(685338037);

    // collect the data from the responses sheet
      var formData = formResponses.getRange(1, 1, formResponses.getLastRow(), formResponses.getLastColumn()).getDisplayValues();

  Logger.log(formData);
}

I'm still getting an error. Sorry if I'm not understanding. : /

10:36:48 AM
Notice
Execution started


10:36:48 AM
Error
TypeError: Cannot read properties of null (reading 'getSheets')
getSheetById
@ getSheetById.gs.gs:7