We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Folder creation error code 1 run command

Tmanuela
8 - Asteroid

Hi,

 

I want to create folders based on 2 fields: first round based on [ClientName] and then for each client to make other folders for [Fund]s contained. 

I followed few articles but seems to have an error code 1 and folders are not created. Seems to be about Run Command configuration or related to batch file(not sure how to create it or if I created ok)

 

However I've found 2 ways to create this and don't know what is the best way: 

 

Use : 'mkdir C:\Users\FAKEFILEPATH\-----------------\Downloaded consumption\'+
+ [ClientName]+"\"+[Fund]

 

or 'md C:\Users\FAKEFILEPATH\-------------------\Downloaded consumption\'+[ClientName]+"\"+[Fund]

 

Then in the end I need to Output Excel files in each folder created (for each FUND) which is where I get confused..

Untitled.jpg

 

Is there any way to fix this?

 

Many thanks,

Manuela

1 REPLY 1
Ben_H
11 - Bolide

Hi @Tmanuela,

 

I think you might need quotation marks around your paths, so "C:\Users..." instead of C:\Users...

 

Regards,

 

Ben

Labels
Top Solution Authors