Hi All,
I was new to this and tried many thing to get the out but I am not able to figure this.It would be a great help from any suggestion and advice.
The Output Required:-
I have to loop to each rows from Excel and need to update each row in web form.
* Form has different line.
Ex if row A1,B1 has data it would go to web form on line 1 and then loop will go to 2nd line in Excel from A2,B2 it would go to 2nd line in web form.
PROBLEM:-
when loop is running the first line going perfectly but when the
2nd instance of loop start it is going to the first line instead of going to 2nd line in web form.
And it is keep repeating on the the first line itself.