Build the exact folder path you need in Google Drive with one call. The flow creates each folder in order and returns the final folder ID. It is ideal for teams that save files into standard structures from many automations.
It accepts a parent folder ID and a path string like Projects/Clients/Reports. The path is split into parts, then Google Drive is searched for the first folder inside the parent. If the folder does not exist, a new subfolder is created. The loop repeats until every part is created, and the last folder ID is passed forward for uploads.
Use it as a shared subflow that other n8n workflows call. Most teams cut folder setup time from minutes to seconds and avoid duplicate folders. Provide google_drive_folder_id and desired_path, test with the manual trigger, then call it from other flows with the Execute Workflow node to standardize file saves at scale.