The coordinates of the target range are outside the dimensions of the sheet
问题 I use this code and while in the past it worked well, today I received this error message: The coordinates of the target range are outside the dimensions of the sheet. (line 27, ___.gs) My code is not too complex: function onEdit() { var sheetNameToWatch1 = "Assign_Page"; var columnNumberToWatch = 19; var valueToWatch = "Delivred"; var sheetNameToMoveTheRowTo = "K_Delivery_Archive"; var sheetNameToMoveTheRowTo2 = "Buffering"; var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheet =