I want to do IF statement: If my resource runs out of data to process do x actions. How do I do this? I tried to use Ignore errors but that did not work.
While using "Call function in multi-threads" and put remove current element from resource inside the function, it will remove all resource element that has been already used in the function and not only the current element in thread.