What's wrong with using of "for each"?



Please help me to find the mistakes.

@herowhite

Please share your written syntax inside Assign activity.

Regards,

Hi,

Can you try to set Int32 at TypeArgument property of ForEach activity?

Regards,

Hi @herowhite

In assign activity give like this totalnumber+Cint(Currentrow)

In If condition also give like this Cint(Currentrow)>=5

If its not works then

Open the properties of for each activity there is an argument option change the argument to Int32.

Hope it helps!!

totalnumber=totalnumber+currentNumber

Hi @herowhite

Check out the XAML file

Counter.xaml (8.0 KB)

Regards
Gokul

1 Like

Hi @herowhite

Check the flow
Remove For each and give again and try

Hope it helps!!

Hi @herowhite

Try this

Regards,

Hi @herowhite ,

We are assuming the number is set as Array of Integer type.

We can then check again by removing the number from the For Each activity and assigning it again as it should auto detect the instance type (Integer) for the currentItem instance/variable.

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