Did not find availability of For loop

Hi,

Did not find availability of For loop.

Please let me know if anything.

Thanks in advance.

Regards
Bhuvan

Hi @bhuvan.sundar

In Uipath their is no for loop activity but their are other looping constructs are available like

  1. For each
  2. Do-while
  3. While

You can achieve same thing which you wants to achieve by using above any one of them.

Depends on your data type you can use any one of them.

let me know if you need more help.

Regards…!!

Thank you so much.

My requirement is have 100 rows in excel sheet.i want read data from 10th
row.so generaly follow below syntax for loop

For i=10 to 100
Print i
Next

How do we implement in Ui path.
Pls let me know

Thanks in advance.

Thanks&Regards
Bhuvan

hi @bhuvan.sundar

please find this attached solution and let me know.

Sample.zip (14.5 KB)

Regards…!!

1 Like