When element not found,how to skip to next command?

I was use xclickrelative command to find some element to click,but the element not appear at all times,when it not find how to skip to the next command?THX

now,if the element not exist, the loop will show some error infomation and stop.

I add “store true !drroeignore” to the top, but when the first loop complete,the all command don’t work.

Can you post a test macro or screenshot? store | true | !errorignore should work!

You can use storexpathcount to check if the element is found, after you execute the command.

https://ui.vision/rpa/docs/selenium-ide/storexpathcount