How to read excel data one by one row?
Right now i am using “Read range workbook” activity but i am getting output of 1st row. Please help me how to read below table value of every row.
Start date End date
2/11/2022 5/22/2023
6/5/2022 8/5/2023
5/5/2021 8/5/2023
4/5/2019 8/5/2023
You will get the first value, If you click on ok button message box in next iteration the next row value will come. You are using for each row in datatable activity it will iterate through each row in datatable, in first iteration first row values will come in second iteration second row values will come and so on.