Hi,
I want to convert integer value for iterate in for each loop activity in uipath.
like :- out_data = 20,
for item in out_data
{
do something…
}
Is it any solution for this???
Hi,
I want to convert integer value for iterate in for each loop activity in uipath.
like :- out_data = 20,
for item in out_data
{
do something…
}
Is it any solution for this???
See below:
Why dont you use a while or do while loop simply if its an integer value already