Hi Swati
This is fairly straight forward and is a good thing to know as you'll probably use folders a lot in bot development.
Using Utility - File management and the action "Directory exists" and set the directory to something like "C:\Folder path\"&FormatDate(Today(), "MMMMMMMMMMM") this will tell you if you folder for this month already exists (the argument "MMMMMMMMMM" defines the month as September, August, July etc or if the folder is set using the month number set this to "MM" and you get 09 for september). Using a decision you know whether to create it or no i.e. if this months folder doesnt exist then create it, the Directory exists action outputs to a success flag data item which you can use for this decision.
For creating the folder itself you can use the same utility with the action "Create directory" and you set the new folder in the same way "C:\Folder path\"&FormatDate(Today(), "MMMMMMMMMMM").
Hope this hase been helpful Swati
🙂------------------------------
Michael ONeil
Senior Developer
Clydesdale and Yorkshire bank
Europe/London
------------------------------
#MVP