Please help me to find the mistakes.
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 ,
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.