For each file in folder (loop through certain number of time)


Hi,

I would like to set the number of times that the activitiy loop to unzip the files in the folder.

For eg, i have 10 zip files in the folder, but i only want to unzip 5 files only. How do i do it?

Thanks & Regards
Joanna

Hi,

you can use var which will count unziped files and then break the loop.

Hi @Joanna2

This activity allow us to use an internat auto created variable called currentIndex, we can validate if the index is 5, if so then break the loop

Regards!