Hi, I am using the Orchestra plugin to generate a list of values from inputs in my repeating group. Each cell in the repeating group has an input allowing the user to specify an integer quantity.
I am then setting the value of a custom state (list) as part of the workflow that runs inside of each cell like this:
(page’s customstate):plus item quantity picker’s Quantity:formatted as 1029
If the user fills out different quantities in each cell this works great, I get a list of all the different quantities. If the user leaves them all as zero, or sets them all to the same amount, then I only get a single value in my list (not a list of zeroes, just a single zero). It seems like any successive identical quantities are just shown once rather than added to the list once per cell.
Why does this happen?
thanks