In excel no of rows,I want to add blank row after each 950 rows count.how to add?
1 Like
Please check below thread.
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