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
4 replies
Subscribers
8 subscribers
Views
4632 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Hi All, How do I convert a two dimensional array of cdt array and fla
praveenj
over 10 years ago
Hi All,
How do I convert a two dimensional array of cdt array and flatten it into single dimension array of cdts?
Basically need to do ....append(arrayOfCDTArray[1], arrayOfCDTArray[2], arrayOfCDTArray[2]....arrayOfCDTArray[n])
Thanks in advance.
OriginalPostID-139360
OriginalPostID-139360
Discussion posts and replies are publicly visible
Parents
0
Conor Cahill
Certified Lead Developer
over 10 years ago
You can try using reduce(fn!append,{},arrayOfCDTArray)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Conor Cahill
Certified Lead Developer
over 10 years ago
You can try using reduce(fn!append,{},arrayOfCDTArray)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data