Hi everyone,
i would like to ask, how can i remove the data rows in excel?
I am using the remove data row activity: but not sure what to indicate in Row or Row Index?
Hi everyone,
i would like to ask, how can i remove the data rows in excel?
I am using the remove data row activity: but not sure what to indicate in Row or Row Index?
Hey [Hey_hi,
Please use Remove DataRow and In row Index you can give 0 0r 1 or 2…so on
One time you can delete one row but if you want to delete multiple row then you can use filter Data table.
Thanks,
Rounak
I would need to remove mutiple data rows, how can I use the filter data to remove? for A1:C3
Hi @Hey_hi
Use remove data row in a loop.which loop through the row index so that it removes the row
Or in excel activity there is add/remove rows u can try that as well
Thanks and Regards
Nived N
Use Insert/Delete Rows Activity
Hey,
Store in
Array_int={1, 2,3}
Use For Each row
Keep delete data row in for each activity and pass it .
Thanks
Rounak
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.