Read file condition

hello this is my 2nd post

how to create an condition for file ?

ok, in my case is i want download a file ( probably small file .csv ) it came dynamic because i download it each day, so the end of file came with current date.
and main problem is, the google chrome is close too quickly( probably closed before downloading file is started ).
all i have to do is do check the file, if its already donwloaded then close the chrome, if not stay the chrome until the file is available.

my path folder on C:user\downloads\documents

@Nur_Alif_Irawan You can use wait for download activity . Once the file downloads then you can close the chrome. Use below ref links

Hello,

You can use Wait for Download activity. See the documentation here:

https://docs.uipath.com/activities/docs/get-last-downloaded-file

Thanks!
Athira

thanks its work