Problem macro stop when found error

Hello in my setting I’m chosing if error happen keep loop image
but when error happen macro is stope and if want to start should start from 1st step


what is the problem and how to make it continue to next step if error happen ?

The problem is missing command to continue after error, add this command in your macro at the start macro before the error command and your macro will continue to work after error.

{
  "Command": "store",
  "Target": "true",
  "Value": "!ERRORIGNORE"
},