Copy a folder structure in Google Drive without duplicating files

Recreates a folder structure in a new Google Drive location without copying any of the files inside.

How the work actually flows

It branches. Exactly one path is taken; runs once per each folder in source.

Pattern: Exclusive Choice (4) · Multiple Instances without Synchronization (12)

flowchart TD trig(("user specifies source and destination")):::human s0[("read folder names in source")]:::store s1[["create matching folder in destination"]]:::mi trig --> s0 s0 -->|"one per each folder in source"| s1 gx{"× folder already exists"}:::gate s1 --> gx p00["skip folder"]:::task gx -->|"already exists"| p00 p10["create new folder"]:::task gx -->|"does not exist"| p10 p00 --> out p10 --> out out[/"empty folder structure recreated"/]:::out pay{{"reusable template without clutter"}}:::pay out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Runs once per itemA personA record or sheetOne path onlyResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
File & Cloud Storage
Connects
Google Drive

The problem it solves

When you want to reuse a folder template in Drive, copying the whole thing brings along every old file too, and you end up deleting clutter by hand. Recreating just the empty folder layout manually, one by one, is tedious.

Who it fits

Teams that reuse the same folder templates in Google Drive for new clients or projects.

How it works

  1. You point the system at a source folder and a destination folder
  2. It reads the folder names inside the source
  3. Matching empty folders are created in the destination
  4. Folders that already exist in the destination are skipped
What you get

Folder templates set up without repetitive clicking

You get your folder structure recreated instantly in a new Google Drive location, ready to fill in.

What you get

A clean copy of your folder structure in the new location, with no files carried over.

What you need

A Google Drive account.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook