Find files with filename in website

Hi,

Am developing a bot to login to the website and find the files and download the files.

In detail,

  1. Everyday the file will be uploaded in the web.
  2. I need to login in the website through browser, then find the file and download it.
    The file will be uploaded in the web folder like Oct → 231019, for the next month it will be placed under Aug->011119.
  3. whenever a new month, year starts it will be uploaded in the new web folder path.(year->Month->Date).
  4. As new to RPA. Need your help to achieve this.

Hi @Manikandasamy,

You can use dynamic selector with the month name in it.

System.DateTime.Now.ToString("ddMMyy")

Share your web folder selector here, so that we will do customization on it.