How to move to next collection row after Recovery stage

GeStak77

New Member
Hi All,

My apologies if this topic exists already, but I haven't found anything similar as of now.

So, here's the issue: I have been looping through a collection that retrieves files from a folder using a link that is included within the collection. However, there might be instances where the link is invalid/the file doesn't exist. To avoid process termination, I added a recovery-resume stage that takes the process back to the loop. The issue that I'm facing though is that the loop resets to the first row of the collection and given that the error is kicked by the second row, it ends up being an endless loop.

Would you know any way to "make" the loop proceed to the next row of the collection whenever this happens? Any help would be greatly appreciated.
 
Top