How to create dynamic folder in uipath?

Hii…
Inside a “For Each” activity with argument type “System.Net.Mail.MailMessage”, add a “Create Folder” activity and give the path as, "your desired path\"+mail.Subject
Then add a ‘Save Attachment’ activity with folder path "your desired path"+mail.Subject+"\"
Where ‘mail’ is just an object inside the ‘for each’ activity.

Warm Regards,
Nimin

1 Like