Creating a Folder Within a Folder

I’m trying to create some network folders. Each day I have to create the following folders and sub folders:

20190403
- Cash Rec
- Open Positions

20190404
- Cash Rec
- Open Positions

I use a variable to create the daily file, but then I’m not sure how to create the two folder within the main folder.

Attached is my sequence that I’m trying and the results. Appreciate any help.

Capture

Folder Creation.xaml (7.1 KB)

Dear @Gavin_Mcmaster

Please find the attached workflow.

Folder Creation.xaml (7.3 KB)

Thanks @ Regards,
JothyPrasanth M

@Gavin_Mcmaster

Please see this.
Folder Creation (1).xaml (5.3 KB)

  1. Create directory → "C:\Users\Administrator\Downloads" + currentrunday
  2. Create directory → "C:\Users\Administrator\Downloads" + currentrunday + “/Cash Rec”
  3. Create directory → "C:\Users\Administrator\Downloads" + currentrunday + “/Open Position”
1 Like

easy thanks.

Looks good as well, but jothy got there first. :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.