Hello guys.
I run a script with around 3million input rows, but the script stops after 1 million successful execution. How to increase that number and set it until the resource finishes?
If the processes in 'Ignore Errors' give an error, the process continues 1 or 2 times, it ignores it, but after a while it gives the 'Too much fails' warning and the script is terminated and the bot stops. how can I overcome this? Even if it constantly fails, it should continue the cycle again each time. I never want it to stop.
The action always ignores errors regardless of the number of errors, an error in the logic of your script
@allister Ok, finally I got your point. You define function as actions in Main function. _call(_on_start, null)! is placed only after functions defined through main interface.