Write value in the excel cell by using write cell activity and the value is not written

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?


Thanks.

@eimon

As you are passing all the values through variables

Can you check the variables are having correct values?

Place a breakpoint and debug the flow, in the locals pane you able to see the variables and their values

if you can share those then we can understand the issue

Thanks

1 Like

@Srini84 Hello
here let me share them. スクリーンショット (354)

@eimon

Can you check below value?

image

It should be like B1, B2 … etc

If you could share your workflow with excel, then I can correct for you

Thanks

1 Like

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.

Main.xaml (9.5 KB) Result.xlsx (8.2 KB)

Thanks again

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.