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 Reply
  • Hi Stefan.  I have an array of records that I am running as an MNI so that each record will be saved as a pdf file.  on the file, I display the record id as the header.  

    The problem I am encountering is that each record's values are displayed correctly on the pdf document as long as there is no concatenation of any fields.  When I do a concatenation like this -

    "Record No. " & record.ID - it displays the entire array on each file's header as this -

    Record No. 1, 2.  

    When I remove the concatenation, it displays 1 and 2 respectively in each of the documents.

    Is this a known issue?

Children
No Data