doPost not working when a google form is sent
I am trying to automate my mail management.
How to solve error TypeError: Cannot read properties of undefined (reading ‘response’) onFormSubmit @ Code.gs:3
I faced an error when I build up google script for google form the purpose from the script only that if the birthdate that entered from the form is after 1-Oct-2020 stop submitting form after I finish and I trying the form with date 24-Nov-2023 the form record the data
How can I make a script to delete multiple instances of text?
I have a form which will generate a letter once submitted based on the Google form submission.
ItemResponse attachment causing Reference Error
I’m not sure what I’m doing wrong but my best guess is that I’m handling the attachment wrong (although it only comes through as an ID and I append that too https://drive.google.com/open?id=ID_HERE). I have a Google Form where the only question is an attachment. Everything works fine when an attachment is added but when it’s not I get the following error:
Google Form Itemresponse attachment causing Reference Error
I’m not sure what I’m doing wrong but my best guess is that I’m handling the attachment wrong (although it only comes through as an ID and I append that too https://drive.google.com/open?id=ID_HERE). I have a Google Form where the only question is an attachment. Everything works fine when an attachment is added but when it’s not I get the following error:
Automatically rename uploaded files in Google Form
I have a google form for a small radio station for presenters to upload their shows.
In the form they fill out the broadcast date, presenter name, show name, a few other bits of information, and then they upload the audio, an image, and the tracklist (text file).
I want the audio, image and text files to be renamed in this format “YYYYMMDD PresenterName ShowName”
I’ve been trying to create a script to do this, however i’m only just learning about how to do this and can’t get it working.