I think rowcontains in your descriptor might be causing issues. Have you tried using anchor?
Refer below example of table cell in below post.
However, I would like to ask you why are you choosing to use CV type into and not the regular type into ? Does regular type into not work in your website?
I already tried AA mode with Type Into and Clicks but that doesn’t recognize the cell instead whole table is selected and that’s the reason I had to use the CV.
to explore further..indicate the table in ui explorer and in the ui explorer left top window is selector tree which shows the inner elements if present
CV activities are very sensitive to resolution and anchors. In tables, CV Click / CV Type Into often lands on the wrong cell if the grid layout shifts even slightly. Try adding a strong anchor (column header + row text), avoid hard-coded coordinates in the descriptor, and set Click offset to 0,0. If possible, switch to regular UI selectors or use a keyboard-based approach (click row once, then use Tab/Arrow keys to reach the cell).