Want to add folder in my system

I want to read my outbox subject and create a folder in my local system by reading their subject name and create subject name folder and save the attachments in the folder

Hi, You can use this template by making any changes you want.

Sequence.xaml (11.6 KB)

Hey i have subject name folder then in subject name i want to create year then in year i want to create month name and then in month i want to create site name folder

After that i have to save my attachments

Inside the create folder activity you can write “C"+item.Subject.ToString+”"+Now.ToString(“yyyy”)+""+Now.ToString(“MM”) like this?
If you can post the part you made, I can help better.

Hi @Kuldeep_Pandey

Check this xaml , hope this solve your issue.

ForumTestSequence.xaml (14.4 KB)