I have a simple desktop flow, which logs into a website, to generate a report, changes the location and file name, and then saves the file.
The problem that I am running into is that I cannot run the flow repeatedly, because its looking for that "file save as" window which opens to my downloads folder, but if i run the script again, it open the "file save as" window of course to the location it just save the file to, so the flow breaks.
Does anyone know how I can set it up so no matter what location the save window opens to, the flow will run?
Here is the part of the flow I have. I have tried removing the text in the address bar before selecting, but that doesn't work

Really appreciate anyone's assistance.