How can i fetch or get the first row of a filtered datatable and i want to paste it into another datatable?
@Tammy1998
Lets assume both datatables are of the same structure
us an add data row activity and for the ArrayRow parameter: dt1.Rows(0).ItemArray
Assign activity
DT = DT.Rows(0).Table