Hello
How to write the value in the cell.
i like to write in the cell if the str_name equal to “B” then write100 in the B row of the Result cell.
The program runs with no error. But it is not written in the cell.
The type of the result is int_result(int) , i changed Convert.toString(int_result) but still it is not written.
is the range wrong?
Hello @Srini84
Thank you . i attach the work flow in the pic. simply.if the str_name(“B”) exist in the table, then put some value of its row of Result column.