Trying to fetch Current date & with Particular file name

I am working on ftp server to download the file but i need only current date and with match file name , can that be acievable with Ui Automation .

Below is the example which is highlighted that need to download out of 6 files.

Cheers !!
Thanks in advance

Attached is the screenshot for above query.

HI @mittal.abhishek

  1. Use data Scrapping activity → Store it as Dt

  2. Use For each Row in DataTable activity

  3. Use If activity

Current("ColumnName").Tostring.Contains("MVTA"+Datetime.Now.Tostring(MMddyyyy)+".TXT")

Then → Click and download the file

Regards
gokul

getting below error while using data scraping method ,

image

Can it be doable with OCR activity ? if we will pass dynamic values in the selector