Extract zip file action allows extract files from the archive and save those files to the specified library/folder.
Example of Extract zip file action configuration on the current site
For more information about Action Builder read Action Builder introduction article.
To configure the action Extract zip file additional properties should be specified:
Configuration
Property | Required | Type | Description |
Source library | yes | Choice | Select the source library where archive is located. |
Item Id | yes | String | Specify the ID of the archive file or expression to be evaluated as ID. |
Target library | no | Choice | Specify a target library where unarchived files will be stored. |
Folder | no | String | Library relative URL to the target folder. If you want to store unarchive files in a new folder you can specify it in this property. |
Overwrite | no | Choice |
- Yes - It will overwrite the file if the file with the same name already exists. - No - It will through an error if the file with the same name already exist. - Enter custom value - Expression based value (the result should return true of false) |
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
- | - | ✓ |
Output
Output Parameter | Type | Description |
ItemID | String | Returns the Id of the source archive. |
AddedFilesUrls | String | Returns server relative path/s to the unarchives files. Starts with '/' |