I'm new to Power Automate Desktop. I'm working with Compression - Unzip files but I've run into an issue. If the zip contains a file without an extension then the file isn't extracted. Is there any way to fix this? My guess is the Unzip action is assuming the file is a folder because it doesn't have an extension, but it isn't a folder so nothing happens. I don't get any errors either.
Example:
Zippy1.zip contains two files, "file1.txt" and "file2.". After running the Unzip action I get "file1.txt" and that's it. No "file2".