I have little to, really no coding experience. Spare for a bit of HTML, CSS, and AppleScript However, I'm not sure where else to go in terms of insight on this question. Currently I am creating a Google Form for colleagues to submit work orders that will be recorded on a Google Spreadsheet.
But, I need to figure out how to write a script that will automatically add a specific file path next to files uploaded to the form.
For example, if a user uploaded a file named "061217_VideoAuthor_Slide1.mp4" instead of the Google Drive link (which is what is automatically populated with this file upload form option) I need that file name to be recorded and then it's cell needs to be changed from a Google Drive link to a specific file path (Ex. /user/editor1/template/061217_VideoAuthor_Slide1.mp4)
Is there anyone that can point me to a sort-of specific tutorial or some documentation that could help me figure this out?