How to add manual increment in Write Celll

Hi Friends,

I need your help on the manual increment in the write cell activity. I tried but it didn’t worked. Can you help on this request please.

I want to write data from my last row. So auto increment is not useful for this request. So that i need a manual increment.

Hi, You can achieve this using

  1. Read the cell to get the data into the data table.
  2. Assign the data table count+1 into a variable.
  3. Inside the write cell activity use the cell index as “A”+lastrow
  4. Increase the lastrow=lastrow+1 if you are in the loop.

Thanks for your quick response to @Yankit_Singh_R ,

But I tired that options already but got below error. I believe that from the 3rd step only i got below error.

@a501ee789b18770c39989a6d5

You should be entering full path at where to write like

excel.Sheet("sheetname").Cell("A"+lastrow.ToString)

Thanks,
Ashok :slightly_smiling_face:

1 Like

Hi,

Please try the following

image

this will enter the data after the last row of the data table.

1 Like

Thanks to @ashokkarale

It is really helpful. Issue is resolved now.

Thanks to @muktadir

Issue is resolved. Thanks for your help once again. It is really helpful.

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