Hi All,
I am trying to iterate through 2 Data Tables in For Each Row.
1st Data Table will have few rows(ex: 5 rows), in which one column is having quantity (ex: 10 rows)
Based on this quantity value, from 2nd Data Table BOT need to pick that many rows (ex: first 10 rows)
After first iteration in the 1st DT, the quantity will be different (ex: 15 rows).
Now from 2nd Data Table, BOT need to pick from 11th row and execute these many rows (11th to 25th row).
How to achieve this in UiPath, any help would be appreciated.
Thanks,
Surya