Javascript – problem to insert data in to google sheets in correct order using apps script
My program will go through a course an extract students name, students' email, assignments name and submissions state and insert it to google sheets. The code: function courseData() { const arguments = { teacherId: 'me', courseStates: 'ACTIVE' }; try {…