Not able to click between duplicates element in uipath

Hi All,

I am working on an developing a process in which I have to use one web application. I stuck with one challenge in which I have to click on particular “+” (marked with blue Circle in below attachment) element between multiple “+” elements. I am selecting “Router [Entity e002]” (which is a dynamic value) as a Anchor. After executing my process the Bot is clicking on each “+” element instead of desired one.
Please find the attached screenshot from where I am trying to click and also Strict Selector that I am using.

Anchor Strict Selector:

Click Element Strict Selector:

SyntaxEditor Code Snippet

Any suggestion will be helpful.
Thanks

@shekharhimanshu627
Use UiPath’s “Find Children” activities to locate the desired “+” element relative to the anchor element.
Modify the selector to target the specific “+” element next to the identified anchor.