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.
I want to make it to where it counts the errorsand let's say when it reaches 10 it visits a certain URL link..
How do I increase a variable by +1 every time?
Also, would this be a correct if statement for... if {{var}} == 10