How to unzip files and move those unzip files to another folder

@roysupriya21
1.Use for each …
Directory.GetFiles(ZipFilesFolderPath,“*.zip”)
2.Then use UnZip activity.
(Install this activity from manage packages…BalaReva.ZipUnzip.Activities)
In parameters pass ZipFile=Item.Tostring and your Extract folder path.
3.Then use delete file activity to delete zip files.
image

5 Likes