Looping throught DT1 and placed DT2 inside DT1 loop
Need to update the captured values from website into DT2, based on the number loop in DT1
For example : if DT1 has 7 rows to process then activity will perform data capture in 7 products and needs to update each 7 products values in Dt2 in 7 rows
How to update the columns in DT2 based on DT1 row count
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
Because you are using Build Data Table activity inside for each loop, you need to place Build Data Table activity outside for each. If we place inside for each every time it creates new datatable
Below values will be available in DT1 and need to open each Base part ( Highlited in RED) and capture few values from website and added those values in DT2