I have a SharePoint List with a single line of text column that contains an array of comma delimited numbers and I need to add all of the numbers based upon their position in the array. For example:
Item 1 = 0,2,0,1,0
Item 2 = 1,0,1,1,0
Item 3 = 1,2,0,1,0
Item 4 = 1,0,1,1,1
I need the Nintex workflow to return the workflow to return a result of 3,4,2,4,1. I also need to only add numbers in specific categories, so I need to filter which Items are added based on the Category. I'm hoping someone knows of a way to do this that won't require creating a separate variable for each position in the array as we anticipate a longer list of numbers. I know that because the numbers are in a single line of text that when I pull the numbers I'll will have to use the Convert Value to convert them to a number variable before using the Math Operation to add them together for the total.
Any help is greatly appreciated.
