Extracting zip from zip/folder into another folder

Hey @heena_shaikh

There are multiple ways to do this - either through running command-line prompts through UiPath or trying to use UiPath activities.

Please take a look at these posts on how to zip\unzip files using UiPath:

If the current folder structure has multiple layers of files that need to be zipped\ unzipped, it may require a for loop or even a do while loop. The do while loop will require you to check whether or not there are more files with .zip extension, if there are then the iteration should continue. The for loop will require you to know how many iterations of zipping\unzipping you would need to go through.

Please shout if you get stuck!
Have a great one further!