How to find text position if appropriate activity can't find it

In my requirement I have name of the item, and on the web page I have a couple of UI blocks, each has it’s name and the same button.
Robot must find a block with required name and press button on it.

The problem is that flow with activities Find Text Position + Anchor doesn’t work here. Error occurs: Find Text Position ‘DIV repeating element’: The method or operation is not implemented.

Is there any idea how to deal with that? Maybe even some difficult or partly stupid logic :slight_smile: But I really need this part to be automated.

Did we try with normal CLICK activity where the selector can be passed with block name as variable to that specific attribute like aaname or text or title

Cheers @boadriqa

the problem is that part of html code, which contains the title, it doesn’t appear in UI Explorer path