I have 2 data tables that I need to get the values in their rows.
I made a for each activity to take actions for each row, but i need info from both datatables what i mean is like i need something like “for each row in datatable1 and datatable2” when im done with the first row of these i need to move to second row in both data tables.
@berkaykor Can you explain a bit more as to What you want to do exactly? Do you want to get the row from the Second Datatable which matches a particular value in First Datatable ?