How to move zip file one by one

I have one folder with zip files and have to move zip files one by one to different location and unzip it and delete the zip.

I have to move zip files one by one and the zip file name is random no fixed naming.

@indrajit.shah

might be you need this.

1 Like

No.

I need to Move .zip file one by one(from A folder to X folder)
Unzip the .zip
delete the .zip
repeat

@indrajit.shah

1 Like

@indrajit.shah,

Check this xaml, I have used invoke method to unzip the file and deleted the file once unzip completed.

UnzipFilesAndMove.xaml (7.5 KB)