Add more data rows activity in Excel after some fixed column

Hello all,

Currently, I add data rows in Excel like this
{xmlTen, xmlKHMSHDon, xmlKHHDon, xmlSHDon, xmlNLap, xmlTHHDVu, xmlThTien}

Now I want to add more xmlDVTTe at K column (after H,I,J columns fixed). How can I do that?

{xmlTen, xmlKHMSHDon, xmlKHHDon, xmlSHDon, xmlNLap, xmlTHHDVu, xmlThTien,xmlDVTTe }
In Excel

Thank all

Hi,

Can you try to add datacolumn using AddDataColumn activity in advance, then use AddDataRow activity?

image

Regards,