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
6 subscribers
Views
2293 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
In a process model, I have a CDT array. I want to iterate over the array and set
prestonb
over 11 years ago
In a process model, I have a CDT array. I want to iterate over the array and set the value of one text field ("requestType") dynamically. What's the syntax to do that? ...
OriginalPostID-101405
OriginalPostID-101405
Discussion posts and replies are publicly visible
Parents
0
evan.rust
Appian Employee
over 11 years ago
If I understand correctly, you have a multiple CDT already populated with some data, and you want to set all the values of one field to "some text". You can do this by setting that field to =repeat(length(pv!myCDT),"some text")
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
evan.rust
Appian Employee
over 11 years ago
If I understand correctly, you have a multiple CDT already populated with some data, and you want to set all the values of one field to "some text". You can do this by setting that field to =repeat(length(pv!myCDT),"some text")
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data