Hi All,
I'm passing a process variable which is multiple from parent process to sub process. And have passed in the inputs of the subprocess node correctly. Also configured the same PV with matching datatype, parameter and multiple in subprocess as well. Issue is I'm getting multiple values in parent process but not in sub process. Please help and advice.
parent process:
Sub Process:
Discussion posts and replies are publicly visible
If using MNI, array references have specific behaviour - spawned instances cannot reference the spawning array itself.
Share you configuration details for better understanding.