Create Multiple Folders

Could we not have a single Activity for Creating Multiple Folders at once instead of Multiple Create Folder Activity. Like Multiple Assign

Hi @rmorgan

No single activity exists for creating multiple folders at once , you have to use a loop with the create Folder activity to create multiple folders efficiently.

Happy Automation

I know thats why its a suggestion

1 Like

Currently, UiPath doesn’t have a single activity to create multiple folders at once. You need to store the folder names in a collection and loop through them using the Create Folder activity.

If you want to create subfolders, you can directly pass a path like:
C:\Users\Manas Lenka\Downloads\Test1\Test2\Test3

Otherwise, to create multiple folders in one location in a single step, you can use VB.NET code.

1 Like