Hello guys, I have a question. I have a For Each Row In Data Table activity, with lots of activities in it surrounded by a retry scope. Lets say, for each row is on the 6th row, then I get an error, but does it mean that Retry scope will put For each row in dt again on the 1st row? Or will it be on the same that he was when he got the error?
If the retry scope is around the for each then it will start from first again
if it is inside the for each then it will retry on the same iteration and continue or error out according to the retry
cheers
1 Like
Thanks bro!
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.