hey everyone,
I am having the same problem here but @MichaelAnnis solution is not working for me, but it looks logically perfect
maybe I am making a mistake
I have a Flow where after several clicks and criteria entering, pressing download button and waiting
the file is donwloaded always directly to downloads folder and it takes 5-300s depending on the criteria values
as always, the are lots of files in downloads folder, random files
here is part of the flow
the downloaded file is always a string&date.xlsx
I tried Wait for file with file location in C:\Users\rober\Downloads\%DLfile%, where DLfile is a variable set at the beginning as 'string*'.xlsx - doesnt work, but this was an addition to the flow with the loop
what the flow on the printscreen reallly does
1. runs fine, clicks the download button and then web browser waits until the processing of data ends and the the downloads windows appears, but when I opened the download folder, as soon as the flow run to step 23 and starts the loop, it didnt wait until the file is downloaded, just moves the last file that existed before the flow ran
2. then the flow finishes, the last file that existed before the flow ran was moved and the fresh downloaded file is in the downloads folder and appers depending to the size of the file in 5-300s or so
inside get files is * the sort created DESC
the flow doesnt wait for the file to be downloaded, it ignores the loop completely
what am I doing wrong?
thank you
RM