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
Can you share the setup done in the sub process node. Also by any chance you don’t have MNI setup right?
If using MNI, array references have specific behaviour - spawned instances cannot reference the spawning array itself.
Share you configuration details for better understanding.
We need to see how you pass the data. Then, I would like to see the process variable config in the child process.
By any chance, have you made that parameter multiple later and it was single when you mapped the child process to the parent process.
Generally, what happens, when we create the parameter as single type and map to the child process the mapping takes it as single but later if we make it multiple in parent then we need to re map it by clicking refresh under sub process node input parameter, so the re mapping is done again and its required and after doing this, it will only work with new instance and not the old one.
Thank you so much Komal Jain Looks like it was just a refresh issue as you said. it is resolved now