Node assignment with MNI

Hi,

I need to create multiple instances of a node and assign each instance to a different group, for this purpose I'm using Multiple Node Instances with tp!instanceindex but when the flow reachs my MNI node I'm getting the following error message (pv!array contains the groups):

OriginalPostID-264794



  Discussion posts and replies are publicly visible

Parents
  • Your subprocess would have two inputs - one for the index (number, integer, multiple) and one for the group list (group, multiple). You would set the index input to tp!instanceIndex on the subprocess node configuration and fix the group input as your array of groups. Within the subprocess, you would set the assignee to pv!array[pv!index].
Reply
  • Your subprocess would have two inputs - one for the index (number, integer, multiple) and one for the group list (group, multiple). You would set the index input to tp!instanceIndex on the subprocess node configuration and fix the group input as your array of groups. Within the subprocess, you would set the assignee to pv!array[pv!index].
Children
No Data