MNI is not running correctly meaning that it is changing the order of my l


MNI is not running correctly meaning that it is changing the order of my list.
Here is the scenario below:

I have a list L1 { A, B, C, D}, I want to create a list L2, so I created a script task and enabled MNI. However after running MNI node L2 is out ot order as L1.

Any idea?

OriginalPostID-151651

OriginalPostID-151651

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    This may or may not help, but given an array of IDs you can do an apply of a type constructor as follows:

    apply(
              type!myCDT(id: _),
              pv!arrayOfIds
    )

    If you have more than one field in parallel arrays, you can add them to the type constructor and use the merge function to pass in the multiple arrays.
Reply
  • 0
    Certified Lead Developer
    This may or may not help, but given an array of IDs you can do an apply of a type constructor as follows:

    apply(
              type!myCDT(id: _),
              pv!arrayOfIds
    )

    If you have more than one field in parallel arrays, you can add them to the type constructor and use the merge function to pass in the multiple arrays.
Children
No Data