Assignment 2 - Yearly Report


I am unsure where this error is coming from as this process worked when I ran just the file a few days ago ?

1 Like

one reason is because when you download the CSV, you didnt wait for the download to complete.
you can either try use wait for dowload activty to wait for download to complete, or use file exists activity (in a loop) to wait until the file exists

wait for download:
image

file exists:

Hey @Sean_Ryan1

The thing here is to check the file path if that is valid.

And if you’re downloading the file, then yes as suggested by @jack.chan please use Wait for Download activity which will dynamically do the job for you.

Thanks
#nK

image
Do I need an activity in the do part of it. And I’m not sure what goes into the downloaded file part

1 Like

Hey @Sean_Ryan1

In the Do block just add the step which initiates download like click type or whatever

In the downloaded file just enclose file name in double quotes

Thanks
#nK

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.