I'm working on mapping add-on codes in Process.SupplierInvoice BOD's to consolidate values in flight. I have a workflow setup to accept SupplierInvoice/SupplierInvoiceHeader/Charge/ID as input and write back to as output. Within the workflow, I have the input parameter from the BOD running through a decision. The decision either passes the value back out because it's not on the match list or it runs through a decision table to map the value. This is working if there's a single Charge element in the BOD but any more than that are ignored. I know I need to now loop through the Charge elements but not sure of the best way to do so. Would this be done in the workflow?
Thank you!