@KP6689 wrote:
HI Team, this is a problem that im facing while running Do-While loop
robot is running the numbers for the first entry ‘Thrice’(not desired) whereas for others it is doing it once (which is the desired state)
the output now looks like this
the logic is as : i) row_count = dt1.Rows.Count
ii) For each row in dt1
iii) Do while : Assign Val = Val +1 (default value = 0)
iv) Add Data row
v) Close Do-While : Val<cint(row_count)
Posts: 3
Participants: 3