Hi there, I need some help in below challenge.
What I need to do repeatedly is download from a website, by selecting date on a calendar , and press a bottom.
Then downloads started, I set a 10s waiting time, then the files(*.CSV) will be downloaded to a target folder.
Then I need the flow to open the downloaded file and save as *.xls.
The method to get the downloaded file is by through 1. get file list and 2. open list[0].
It worked most time. However sometimes the files may be too big and it need more time to download, so when the flow run the get the file list line, the download is not ready, so it returns an empty one, there for it erro when open list[0] .
1. Therefore is there an easier way to find the downloaded file and open it, that would have less risk to error?
2. I follow the error handling guidance, and added an error handling at the action of open list[0], hoping the flow could try again the action of get file list, however it seems nothing triggered. Not sure any body met it this before?