I have a parent PM that passes a list of AOM_AccountHeader to a child PM (which accepts a single item). Using MNI on the Sub-Process works, but when I map the child’s accountHeader directly to pv!updatedAccounts in the parent, I only get the last instance result.
AOM_AccountHeader
accountHeader
pv!updatedAccounts
Goal: Collect all processed items into pv!updatedAccounts[].
pv!updatedAccounts[]
Current setup:
pv!accounts
pv!childResult
accountHeader <- fv!item
pv!childResult <- accountHeader
Fix I’m trying:
Questions:
fv!index
pv!updatedAccounts[fv!index]
Discussion posts and replies are publicly visible
a!save() does not work inside a process model.
There is no fv!index in a process model.
How did you configure MNI?