HI, Is there any way to add all the items is a collection without for each loop. I have a list which has 8 to 10 categories and I need to all 5 - 6 columns for each category. It means if I am using fo...
Hi,Here is my scenario:I would like to Query list and return certain numbers into a collection variable and add all the numbers in the collection variable and store the resulting sum in a variable.Is ...