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.