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
2 replies
Subscribers
7 subscribers
Views
1223 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is this valid in the expression editor - 'pv!variable'+count ? Can
padmanabhanv
over 11 years ago
Is this valid in the expression editor - 'pv!variable'+count ?
Can I assign the above and add it to a list in a script output? I am trying to loop through objects pv!variable1 to pv!variable10 and assign it to a list....
OriginalPostID-94690
OriginalPostID-94690
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 11 years ago
You cannot dynamically build the process variable name. You will have to do this in different custom outputs or build an array that combines all these variables and then iterate over it:
You can merge those variables and then iterate over the array using the Looping Functions
forum.appian.com/.../Looping_Functions
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 11 years ago
You cannot dynamically build the process variable name. You will have to do this in different custom outputs or build an array that combines all these variables and then iterate over it:
You can merge those variables and then iterate over the array using the Looping Functions
forum.appian.com/.../Looping_Functions
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data