How to loop zipped folders to get zipped files

hi,

i need to get All the zipped folder what ever their inside a folder.
Requirement: i need to loop all the Zipped folder and extract it as a normal folder.

how to do that.

Thanks in advance.

you means you have nested zipped files and you want to extract all of them ?

HI @manipreethi410

Try this way

  • Use for file in folder and pas you root folder path and set filter as “*.zip”
  • Extract\Unzip files activity and pass currentfile.Tostring and pass you destination folder

Note : You must enable or check the Extract to dedicated folder

Regards
Sudharsan

Hi @manipreethi410

Can you try with for each file in folder activity

image

it worked thank you.

i was taking this files as folder.

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.