Can you help about loops?

hi, i want to set up a form filling robot. The robot will take the form from the excell. After completing the first formula will stop for a certain time. Different types during the period it stopped. When the process is finished, it will go back to the beginning and continue from the 2nd line of the excel in the form filling field. With which loop can I do? Can you help me?

Hi @Sergen_Cug

Use Read range activity and
for each row in datatable

based on the condition use row(“ColumnName”).ToString
use write value based on cell formula
break

Thanks
Ashwin S

hi @AshwinS2

thanks when I put the break completely out of the loop. And he’s starting again, taking the first line. I want it to continue on line 2.

Hi @Sergen_Cug

remove break activity

Thanks
Ashwin S

@AshwinS2

I’m telling you from the beginning. I have a form filling process. After completing the form, there are actions to be taken. Unlimited form loops don’t work for me. What I want the robot to do is fill in the first form and do other operations that it needs to do. To come back in the form filling area and continue the loop by pulling the 2nd data from the cell.

Thanks