For Each Index Is Not Updating When Used With Continue Activity

When I use For Each activity with Continue activity and keep track of for loop index using the index property, it doesn’t update. The index’s value still with the previous iteration value.

I’m using the latest version of the Community Edition 20.4.3.

Hi @Abdulrahman_Hashem

Can you please check the below link. It might help you.

For each item, update index value based on logic

Thanks
Latika

Thanks for your quick response. But I’m not updating the index manually, I’m only looping through an array and using the continue activity to skip the iteration based on a condition.

When the second iteration happens, the index value still 0.