I am using a workflow (Business Process) to combine records (the signed cheque voucher to the sometimes numerous payment approval forms that are part of this cheque payment).
The workflow is working beautifully, with one exception. When the For Each Entry runs through the found entries, it does the following:
- Copy Metadata (to the starting entry, with instructions to append the copied values for multi-value fields)
- Move Pages (into the starting entry)
It's the append copied values that is not working. The invoice number is a multi-value field and I want the resulting finished entry to list all of the invoice numbers that were involved. It is not doing that.
Can anyone help me with this?