Hello All,
I have a requirement in repeater action block.
I have put a repeater action on an XML return by SQL query action block. I am reading the data for each iteration.
But i have to read the data for next row when it's reading current row.
Suppose below is the data. When repeater is reading 2nd row data(DEF) i want to read 3rd row data (GHI) in the same iteration .
1 | ABC |
2 | DEF |
3 | GHI |
4 | XYZ |
Regards.
Anshul