What should be input in "Downloaded file"?

HI, I’m a newbie on uiPath, in my case, I would like to use “Wait for download” activity to monitor/wait a file download & then copy the content into another Excel file.
What is supposed to input in dialogue “Downloaded file”?

image

image

@Jonathan_Lam_EEL_IT Maybe this post can help you in understanding more about the Activity :

1 Like

Hello @Jonathan_Lam_EEL_IT

Welcome to the forum, Download File is the name give to the downloaded file which you will refer to afterwards. So the type of the output variable should be System.IO.FileInfo not a string i.e Downloaded_CSV and type of this variable should be System.IO.FileInfo

Tks!

Very useful!