I found a couple of topics on this, but none are quite right for what I'm trying to do. Basically I have a folder structure that looks similar to Documents\<user created folder>\subfolder1\subfolders2-5 and then repeat for 10 total subfolders, each with 3-5 subfolders underneath them. I need this to trigger when that user created folder is created and only on that level, then the sub-folder should all be created underneath.
The issue I'm running into is I can't figure out two things:
1) How to make this trigger ONLY when a user creates a folder at that top level, not within a sub-folder
2) How I can reference that user created folder for creating the subfolder structure.
So far the only thing I've written is the basic condition to identify if a folder was created:

Any assistance with this would be greatly appreciated.