Action: Extract zip file

Action: Extract zip file

Extract zip file action allows extract files from the archive and save those files to the specified library/folder.

Example of the action configuration on the current site


For more information about Action Builder read Action Builder introduction article.

To configure the action the 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 '/'



    • Related Articles

    • Action: Clone team

      Clone team action allows to create a copy of an existing Microsoft team with the specified configuration options. You can select what to include in the copy: apps, channels, members and tabs. Example of Clone team action configuration on the current ...
    • Action: Start Power Automate / Azure Function

      Start Power Automate / Azure Function action allows you to trigger existing Power Automate flow using "When an HTTP request is received" trigger or configured Azure Function. Example of Start Power Automate / Azure Function action configuration on ...
    • Starting a Microsoft Flow from Teamsware Actions

      Microsoft Flow provides many features and integration options not available when using basic Teamsware actions. But you can start a Microsoft Flow / Power Automate from Teamsware action quite easily by using the Start Power Automate / Azure Function ...
    • Secure Azure Function with Microsoft Entra ID for calling from Modern Forms and Automation Actions

      This article will provide an example how to secure your Azure Function with Microsoft Entra ID to make secure calls from Modern Forms and Automation Actions using Start Power Automate / Azure Function action Secure Azure Function with Microsoft ...
    • Action: Execute script

      Execute script action allows you dynamically run JavaScript scripts. For more information about Action Builder read Action Builder introduction article. To configure the action additional properties should be specified: Configuration Property ...