While loop excel

hi sorry i donā€™t get what u mean, is it possible to show me the process on UiPath?

i donā€™t understand when you say use it inside the if condition and the for loop data table inside it

thanks

Read Range all the data into a datatable. Do While through it (not For Each Row) and use a manual counter to designate the starting row to enter. Using that number, For Each through {counter, counter+1, counter+2, counter +3} and enter the data into the web site. After entering 4 rows add 4 to the counter using an Assign. The condition for your Do While will be that there are still more rows to add.

@meenyi

image

Hope this helps

cheers

thanks for your help!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.