Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+1
person also asked this
people also asked this
Replies
4 replies
Answers
1 answer
Subscribers
9 subscribers
Views
7547 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Retrieve Multiple values form an Array for given array of indices
saileshd
over 8 years ago
I have an array and its selected indices in an integer array.I want to load the values of this array for the selected indices to a variable. Any suggestions? I think it will be apply function over index(). But not sure of its syntax.
OriginalPostID-257076
Discussion posts and replies are publicly visible
Parents
0
Sidhant Behura
over 8 years ago
Index function alone will do the job for you. You don't need to use index in apply because index() takes index or array of indices.
Below is the format/syntax.
index( array, index, [default] )
Please refer the below link for detailed information.
forum.appian.com/.../Array_Functions.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sidhant Behura
over 8 years ago
Index function alone will do the job for you. You don't need to use index in apply because index() takes index or array of indices.
Below is the format/syntax.
index( array, index, [default] )
Please refer the below link for detailed information.
forum.appian.com/.../Array_Functions.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data