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
6 replies
Subscribers
6 subscribers
Views
2229 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hello, I am wondering if it is possible to populate a CDT in the Inpu
issamd
over 10 years ago
Hello,
I am wondering if it is possible to populate a CDT in the Input tab and then populate one field in that CDT in the Output tab.
For example: Let's say I have a CDT called Employee and I use a query rule to populate the employee name in Input. In output I want to populate Employee.Nickname using an expression. How can I do this?...
OriginalPostID-121975
OriginalPostID-121975
Discussion posts and replies are publicly visible
Parents
0
Terri McCormick
Appian Employee
over 10 years ago
A common mistake I see is populating the inputs at the parent level and the outputs at the individual attribute level. This creates a race condition. You must either populate the entire CDT from ac!myCTD to pv!myCDT (typically on the inputs) or populate the pieces: ac!myCDT.name to pv!myCDT.name which can be on inputs or outputs.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Terri McCormick
Appian Employee
over 10 years ago
A common mistake I see is populating the inputs at the parent level and the outputs at the individual attribute level. This creates a race condition. You must either populate the entire CDT from ac!myCTD to pv!myCDT (typically on the inputs) or populate the pieces: ac!myCDT.name to pv!myCDT.name which can be on inputs or outputs.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data