How can I code in "try"

I’d like to run some scripts using the APP, and would like it to try doing something, but if it fails, then I don’t want to script to stop running, it should just continue to the next code section.

Thanks in advance,

In Settings, you could try enabling:

If error happens in loop Continue next loop

You can run:

store | true | !errorignore

There’s an example in the DemoIfElse test case