The Unzip New File Action Builder unzips all new files from an existing zip file.

File Path – the path of the zip file.

Choose Yes if the zip file will contain a password.
Password – the variable that will contain the password.
Note: the password variable will need to be set prior to this point in the script.

Unzip Directory – the variable that will contain the path to where the contents will be saved.
Note: the variable will need to be set prior to this point in the script.
Created Script

Open Zip File – opens an existing zip file.
Unzip New File – unzips only new files that are not already contained in the directory.
Close Zip – closes the open zip file.