Collect many files through a simple web form and send them straight into the right Google Drive folder. It fits client uploads, onboarding documents, and internal requests. You enter the folder name and the system handles the rest.
A form submission starts the flow with two inputs, files and folder name. The logic checks Google Drive to see if the folder already exists inside a chosen parent folder. If it exists, each file is split and uploaded to that folder with its original name. If it does not exist, a new folder is created first, then the same upload steps run. Two code steps break out each binary file so every upload is handled cleanly. This keeps structure tidy and removes manual sorting and dragging.
Setup needs Google Drive access and the parent folder ID. Update the search query with your real parent folder and enable Always Output Data for safe checks. Teams often cut file handling time from 30 minutes per batch to under 3 minutes. Common uses are vendor document drops, school assignment collection, and event media intake.