i want to download the file to a particular folder and check the downloaded date, if it is not today’s date then delete it.
it is automatic taking and i want to save it in some folder and variable is “str_FilePath”.
once saved i need to check when it is downloaded, do we have any option to check modified date? so that next day if bot runs it should compare the date.
You can use move file activity to move the downloaded file from one folder to another.
or
use copy/paste file activity to save the file in another folder.
or
You can automate the saving file in specific folder by disable ask to the save file before downloading.