Browser.inputBox('Enter your name', Browser.Buttons.OK_CANCEL)
Above Code is working fine in sendSurvey function.
But I am trying to use it in doPost method in app scripting for spreadSheets. It is not working there.
Can anyone tell me why it is not woking?
but I am not getting my input box.
