Uipath create " not confirmed file " instead of reading the last excel file


image

Hello can you shared an screenshot of your workflow

1 Like

i found the solution i used “Delay” activity, i think its when i download a file it takes somes second to save it in my computer

Great, in fact there is an Activity called “Wait for download”, becuase it is not good practice to use Delays, but just an Advice, Regards.

1 Like

@Manuel_Dominguez
i can’t find this activity

Maybe you need to updtade the Dependecies

Did a need to download it from package ?

Except the Wait for Download will often see the temporary file get created and think that’s the download happening. The best way to do this is with a simple Do While to wait for the file to appear, so you can include filters such as filename or extension. Wait for Download is missing these features.