Extract Zip V2 Flow Step

The extract zip step is used to extract every file compressed in a .zip file and then upload it to the file API. 

Step Inputs

In the Edit Step menu, you can add details about the step configuration as needed for your flow.

Step Output

The output of this step is an array of file pointers for each file extracted from the .zip file.

Example Use Case

A common use case is that you are given a .zip file pointer and need to operate on every file in the .zip file. You can use this flow step to extract each file, then follow it with a For Each flow step to iterate over every file pointer.

Was this helpful? Give us feedback.