syntax -
For each item in array
{
assign
write range
.
.
.
}
This is surtrounded by try catch
suppose if an exception comes then can I use break activity in the catch block to skip current iteration and move to next iteration of for each…
or the break activity will exit the for each loop which I don’t want