Hi everyone,
I'm making a flow where I need to download a file that is often pretty big (sometimes it will take up to few minutes to download).
The name of the file will always be custom but the extension of the file will always be the same.
Is there a way to wait for the file to finish downloading and then continue the flow? Wait for the file function won't work because the name is always different. I have tried solutions from this forum but nothing seems to work (I'm pretty sure that I'm doing something wrong). Does anyone have a screenshot with similar solution?
I have also thought about checking whether the extension of the file is .mp4 not mp4.part (mp4.part is the extension that shows up when the file is still being downloaded) and waiting until the file with that extension dissapears.
Could anyone help me with the solution, I would be very grateful.
Thank you in advance.
Solution that I already tried but I can't make it work properly. https://powerusers.microsoft.com/t5/Power-Automate-Desktop/Wait-for-file/td-p/1960845