How to create a folder with current date as folder-name

Hi,

With help of Studio Activity

image

image

image

Finally use a powershell activity block and use script option. Map FolderPath in script argument mapping window by clicking on setting icon

Save a script with command mkdir $arg[0] and in script path give path where script is saved

image

image