Unzip files Action(Power Automate Desktop)
This action decompresses (unzips) ZIP files.
ZIP files with passwords can also be extracted.
How to use
Drag "Unzip files" from "Compression" under "Actions".
Set parameters.
Parameter
Archive path
Specifies the path or file variable of the archive file to be decompressed.
Destination folder
Specify the destination folder for decompression by path text or folder variable.
Password
Specify a password. If no password is specified, decompression is performed without a password.
Include mask/exclude mask
Specify the file name to be included in the destination for "Include mask".
Specify the file name not to be included in the destination in "Exclude mask".
Multiple specifications can be specified with ; (semicolon) and regular expressions can be used.
There is a wide variety of regular expressions, but the most commonly used are as follows
Value | Description |
---|---|
* | All files. |
Test* | A file whose name begins with "Test". |
Test*.xlsx | An Excel file whose name begins with "Test". |
*.xlsx | Excel file. |
*Test* | A file that contains "Test" in its name. |
Test.xlsx | A file with the name "Test.xlsx". |
For those who want to learn Power Automate Desktop effectively
The information on this site is now available in an easy-to-read e-book format.
Or Kindle Unlimited (unlimited reading).
You willl discover how to about basic operations.
By the end of this book, you will be equipped with the knowledge you need to use Power Automate Desktop to streamline your workflow.
Discussion
New Comments
No comments yet. Be the first one!