If selector is not found move to the next

My bot reads through a list in excel and clicks on the specific elements on a website. How do i tell the bot to move on to the next line of the excel file if it is unable to find the current element? I keep getting the selector not found error and want the bot to move on when this happens

After reading excel file, you are using for each row right? inside for each row add try catch activity it will go to the next line in case it it does not found any selector.

Hope it will work