In while csvread, force macro to read new line after a specific task timeout/fail?

I am not Stephanie, but the solution is to use the internal variable ${!csvReadLineNumber} - it has the current line number.

So what you do is to increase the variable by one:

executeScript_Sandbox | return Number (${!csvReadLineNumber} ) + 1; | !csvReadLineNumber

=> Now the next csvRead command reads the next line of the CSV!