Click activity not working in run mode

Hi Everyone,

i am working on click element on webpage, in debug mode it is working fine but in run mode ity is not at all working.
below is the selector


web page:
image

need urgent help

@Anil_G any suggestion?

hello
can u share the screen shot of uiexplorer .

@Rakesh_Tiwari,

Try using * before and after the variable in selector. There could be possibility that there is leading or trailing spaces which resulting in the issue.

Try to delete the tableRow Tag or make it dynamic by tableRow = ‘*’

@Rakesh_Tiwari

Please show the actual selector you are getting from ui explorer and show the ui screen a little more

Cheers