Hi All
I am trying to input data from excel sheet (A1 : P19 ) to a webform ,but for each loop activities keep entering A1: P19 data again into the form and i do not know how to stop it.
I am using "current row " for a datatable call " dt_ang " on my for each row activites.
Can you tell me how to stop say at row X ?
to stop at certain value you can put inside the the for each
if
row(rowname)= “value to stop”
then
break activity
else
“empty”
Sorry. I am pasting my screenshot again as it is unclear
Hi Ahmad_Rais
Can you provide a screenshot of it as i am quite new to UI.

to stop at certain value you can put inside the the for each
if
row(rowname)= “value to stop”
then
break activity
else
“empty”
Hi
May I know why you are using two for each row loop one inside the another
That’s why it’s taking more time
Moreover I could see there is no comparison done with two loops
So pls check once whether it is ideal to have these two as per your requirement
If not have one for each row activity with the sequence of activities you have already inside that
Then it should be fine
Cheers @Ang_Weng_Fook