Downloading a file

Hi all,
I am trying to automate a tool where I need to download a file based on current date and time.Can anyone please suggest how can I do that

Hi,

Welcome to uipath community.

if possible could you please share screenshot to understand the requirement. thanks.

Regards,
Kirankumar.

Hello @prathiksha_p

Welcome to the forum !

  1. You shall assign current date and time to a variable.

Example:

*sampleDateTime = Now.ToString(“dd/MM/yyyy hh:mm:ss”)*

Change the format as required.

  1. Pass the above variable to your selector to choose the filename to be downloaded. Also use wildcards if required.

Hope this will work. Please post if you have have further questions.

Thanks,
Jesh