Insert Blank Row

In excel no of rows,I want to add blank row after each 950 rows count.how to add?

Hi @babita

Check this

Thanks
Ashwin S

1 Like

@babita

Please check below thread.

Hi @babita

You can use excel application scope and use insert /delete rows

Thanks
Ashwin S

@babita

IT IS VERY EASY…

Use the counter and the check to verify if you are on the 950th row…

then Use “ADD DATA ROW” activity and supply the Datatable name and give “{}” in the array row field in the properties.

Regards,
@hacky

Will it iterate every 950 row?

yes

Thanks

Ashwin S