Adding Value in New Row in Excel

Hi,

I need the created process to run every day and fetch the displayed values in excel in a new row.

Any help on how the excel logic can be built?

I am using write cell activity. But, getting confused while configuring the cell value.

1 Like

Hi,

you can first take total row count from that sheet and append the data in new row.

Thanks and Regards,
Parvati Thalal

1 Like

Did we try with ADD DATAROW activity where pass the value obtained each day as a value through ArrayRow property (as array) and mention the datatable so that it will add as new row for each ArrayRow added to the datatable

Cheers @Saikat_Chowdhury

1 Like

I used the row count logic after getting the Read range-

It seems to be working for me. Thanks :slight_smile:

1 Like

Great
Yah that would work either

@Saikat_Chowdhury