Wait for download activity - large files

Hi

Hope this would help you resolve this

you can use a Do While loop.

In the do while loop use path exists activity to find whether the file is available. This returns a true or false. Use that variable as the condition for the loop

For more details on the discussion

Cheers @markosc