Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
9 replies
Subscribers
9 subscribers
Views
5257 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
MNI is not running correctly meaning that it is changing the order of my l
foussenik
over 9 years ago
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
PhilB
A Score Level 1
over 9 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
PhilB
A Score Level 1
over 9 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data