Actually there is some unix code running so we can’t move file from downloads folder we have to do all processing there only.
We are getting info of downloading file but thing is it is taking time to download all data and at start the extension coming is .tmp and we have to wait until its extension coming .xlsx .
Issue is that it is taking time to for convert .tmp extension to .xlsx . i have to wait until extension is .xlsx so that i can continue with other things.
I am using the same to get info of downloaded file, But what’s happens extension of file sometimes coming .tmp and exiting the wait for download and i want .xlsx . is there any way
Thanks for explaining the issue again.
Please use the below workflow. This basically contains a trigger scope and File change trigger(looking for rename of file). To re create the issue I’ve first created an excel file and renamed it with Tmp extension and executed the flow. Once the trigger execution started , I manually renamed the file extension with .xlsx. As soon as the file is renamed trigger execution will be completed. Let me know if this helps.WaitForDownload.zip (7.6 KB)
we don’t know file name , sometimes while downloading name comes like aeojdfg.tmp and it is taking time to convert in actual name with extension .xlsx
Actually, i tried one way in which i am retrying wait for download activity again if extension is .tmp , and after getting file i am deleting rest downloaded file.