I am attempting to set a field in a Multi-Value field. Specifically I have a multi-value group for line items (description, quantity, price/per, total price) that I want to calculate the total price (quantity * price/per) for each line item. The workflow is fired with a condition rule when a field set changes.
In the following workflow the token track shows the calculation results correctly but when Assign Field Values task is executed the last calculation is stored in the first item of the group and the rest of the items in the group are blank.