How to remove first row of a datatable

i want to remove first row of a data tabkle

1 Like

Hi @Gaurav_Bahuguna

You can use this activity. if you want to remove the first row, for the row index property of this activity, provide the value as 0 as 0 refers to the first row of the datatable
https://docs.uipath.com/activities/docs/remove-data-row

3 Likes

You can also use the readrange activity and set the range that you desire and pass it to new datatable. @Gaurav_Bahuguna

cheers :smiley:

Happy learning :smiley:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.