So I'm trying to perform a function in Workflow for partial or full payments on a purchase order.
The user uses several multi-value field within the template to decide the payment type and several other fields for that particular payment. If the user selects "Partial Payment" instead of "Full Payment" they are able to generate a voucher for the partial payment and workflow repeats itself waiting for the user to select the payment type again. That all works fine.
The problem is if they create 2 or more partial payments the data is the same data from the 1st payment every time. I can't get it to display the new template data for the new payment. I'm not getting the most current multi-value field data from the template.
Do I need to create additional multi-value tokens?