'File not detected' by wait for download activity

Hi @UiPath_Community,

I want to download a file from sharepoint, so i am trying to use wait for download activity to ensure workflow moves forward only after the file is downloaded, if file is not downloaded, throw an error.

However, when i run this activity, everytime it is throwing error - ‘File not detected’ even though I can see the file already downloaded in the folder. It takes 2-3 seconds only to download.

Purpose - there will always be same file name in the folder, and I want to know whenther a latest one has been downloaded from sharepoint or not.

Regards
Sonali

Do you have the Click activity (or whichever activity triggers the download) inside the Wait for Download activity? What are the properties of the WFD activity? Show us.