Getting error Exception: The parameters (null,number) don't match the method signature for SpreadsheetApp.Sheet.getRange. from this code.
if (returnForm.getRange(12, 4).isBlank()) {
returnFormUI.alert("Not allowed.")
} else {...
Can anyone help? Thanks