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.
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)
- Create directory → "C:\Users\Administrator\Downloads" + currentrunday
- Create directory → "C:\Users\Administrator\Downloads" + currentrunday + “/Cash Rec”
- Create directory → "C:\Users\Administrator\Downloads" + currentrunday + “/Open Position”
1 Like
Looks good as well, but jothy got there first.
1 Like
system
(system)
Closed
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.