google.script.run.withSuccessHandler don't return value
问题 it is getting me crazy, the code was working yesterday, but not anymore. I tried to check all syntax again, but the issue still persists. this server-side request from google sheets, shows value on server side ( Logger.log() ), but returns null in client side! Can you help me to find the issue, please! function supervisorLine(lineData){ if (lineData== 'Name Value is not VALID!' ) { console.log("Supervisor Name Issue!"); } else { document.getElementById('Team').value= lineData[7]; document