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
13 replies
Subscribers
7 subscribers
Views
7513 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Hi all, I have a CDT say Account having 3 Account Names & Account Numbe
rishub356
over 8 years ago
Hi all,
I have a CDT say Account having 3 Account Names & Account Numbers. Now I need to add now to the field Account.Updatedtime. How can I update all the instances of CDT with that PV without using MNI? I tried to use "APN_generateRepeatedValueForArrayLength" rule but that updates the first instance of CDT again & again. Any guidance will be highly appreciated.
OriginalPostID-191142
OriginalPostID-191142
Discussion posts and replies are publicly visible
Parents
0
harrys
over 8 years ago
If your CDT instances are in an array, can you use the apply() function?
For example:
apply(
rule!applyNewTime(
value: _
),
index(accountCDTs, <ordinal position of UpdatedTime field>, null)
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
harrys
over 8 years ago
If your CDT instances are in an array, can you use the apply() function?
For example:
apply(
rule!applyNewTime(
value: _
),
index(accountCDTs, <ordinal position of UpdatedTime field>, null)
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data