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
7 replies
Subscribers
8 subscribers
Views
3677 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Hi forum. I have two arrays array1 = {1;2;2;3} array2
lincolnf454
over 11 years ago
Hi forum.
I have two arrays
array1 = {1;2;2;3}
array2 = {A;B;C;D}
I'd like to remove the duplicates from array1, so I use the union function, namely union (array1,array1). Now we have
array1 = {1;2;2;3}
array2 = {A;B;C;D}
array3 = {1;2;3}
What would be the best way to associate the second value in array3 with B and C in array2? Any help would be greatly appreciated
...
OriginalPostID-86494
OriginalPostID-86494
Discussion posts and replies are publicly visible
Parents
0
revat.anandsongkit
Appian Employee
over 11 years ago
Please be aware that wherecontains() is only fully supported on 7.3.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
revat.anandsongkit
Appian Employee
over 11 years ago
Please be aware that wherecontains() is only fully supported on 7.3.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data