I create google form 'on the fly' using data in spreadsheet. Also I install trigger on submit form event. ScriptApp.newTrigger('onSubmit') .forForm(form)
My audit trigger,shown below, works great except that I am required to record who exactly made the change. As written the system user field was supposed to do t
I have below code which i have used to check which quartz scheduler job is running. And it also send me an email the list of running scheduler job. But i dont k
I would like to know if there's a way to automatically trigger a script every time a specific sheet, inside a worksheet, is selected. Looking around I found the
I have a problem with my code. It seems fine but it doesn't work and I really don't know why. I tried everything. I want sync my google excel with my google c
I am trying to write a function that when my script pulls information from AD that it inserts new entries that don't exist and then update the ones that do exis
I am trying to show an alert popup when cell selection is changed, using the new trigger onSelectionChange. For some reason it is not showing any alerts. Am i d