I want to add all the values present in the integer list ,
after adding each number i want to delete that number from list.
i tried remove from collection and clear collection but it is gibing this error : - “For Each: Collection was modified; enumeration operation may not execute.”
used clear collection activity outside the for each loop,
its working fine. the length was zero
the assign sum to zero
for next iteraction the sum is not appended