I have just managed to create my first PAD flow to extract some password protected zipped archived from a OneDrive folder, to another, based on the date the files were modified. However, I have thousands of zipped archives in the folder, and my flow spends over a minute to finish, even though I am only extracting 12 zipped archives.
I have sorted the "Get files in folder" by descending order on the last modified date, so the extraction takes a few seconds, but after that, it keeps looping through the rest of the files. How may I modify my flow to first only get the zipped archives that was modified within the last 4 days, and then loop through and extract the zipped archives?
