Loop through one DT1 and update values in another DT2

@Sathish_Kumar_S

  1. build a new datatable which is called dt2
  2. loop your Dt1
  3. extract values from web if it is Table extraction that will be data table.
    4.use that data table or use add data row activity to add the values to Dt2
    This loop will continue for all rows from DT1