I need to create a new folder with current date and need to move a downloaded pdf file to the newly created folder.
I.e I need to create a folder in shared folder with the current date after that I need to move the downloaded pdf file to that newly created folder.
So if you search with “\10.1.2.82\Software Data\Automation\ATI_BOT\CIV\UMROutputPDF” in the fileexplorer is it showing the respective folder?
Then you can use Create Folder activity.
In the Folder name give as Now.ToString(“ddMMMyyyy”)
Then after clickng on the download button, use wait for download activity. Then use a Move file activity to move the file to the Folder which just created.