How to automatically rename folder based on uploaded file if there are duplicated folder name Google Form
问题 This is the next episode of my previous question (which was solved): Google Form Upload files to specific new folder based on the value submitted SO, I succeeded to create a new folder on Google Drive based on value inputted by user in field NAME using this script. function onFormSubmit(e) { const folderId = "###"; // Please set top folder ID of the destination folders. const form = FormApp.getActiveForm(); const formResponses = form.getResponses(); const itemResponses = formResponses