Append range throwing exception from HResult after appending 400000 rows

Hi devs, Please I am using append range, after appending the first 400000 rows I get exception on appending the next 200000 rows.Please how do I resolve?

Hello @RPA-botDev ,

What is the error you get?
What append activity use? Excel, workbook, csv?

Vasile.

I used append range excel scope activity

Hi @RPA-botDev

Can you try to append the range as batch?

Example:

100000 records at a time. Once this is appended you can go ahead with next batch of records to be append.

Thank you.