Error message : The replace string cannot contain special or break characters.
Please check attached document. Code is
Table.rows(1).cells(1).range.replace(Table.rows(1).cells(1).text, Table.rows(1).cells(1).text+"_newval",false,false)
However there are no special chars or new line in this Cell.
Due to some limitations, we can not use RegEx.