Use "Ignore errors" action.
You can click on red triangle inside
any action and it will put it around
that action >
2023-04-11_092031.png
Or you can use it for multiple actions, functions, whole script etc.
@HNB said in Thread ending successfully before the real end of the script:
Hello,
My script end at the middle with success message like this :
How to know where? there is no line number.
Use the "Execute code" action at the beginning of the script with the code:
_sa = function(id)
{
log(id)
ScriptWorker.SetCurrentAction(id)
}