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
3 replies
Subscribers
4 subscribers
Views
2218 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hi All, I am using IFM plug-in to update the CDT type variable which
bharathc
over 9 years ago
Hi All,
I am using IFM plug-in to update the CDT type variable which is of type nested CDT. please find the attached CDT structure for your reference. since I want to pass query dynamically, My question is how would be the syntax of query when we are updating nested cdt type variables?
Below are the test queries which I am trying,
"UPDATE_PMI 536871922 SET PV test3 = [1,{2,3,{4,5}}]",
"UPDATE_PMI 536871922 SET PV test3 = ["&"""[five=1,test2=[three=2,four=3,test1=[one=4,two=5]]]"""&"]",
"UPDATE_PMI 536871922 SET PV test3 = [[five=1, test2=[three=2, four=3, test1=[one=4, two=5]]]]",
"UPDATE_PMI 536871922 SET PV test3 = [{five=1,{three=2,four=3,{one=4,two=5}}}]",
"UPDATE_PMI 536871922 SET PV test3.test2.test1.one = [5]"
Any suggestions?
OriginalPostID-159439
OriginalPostID-159439
Discussion posts and replies are publicly visible
Parents
0
James Carter
Appian Employee
over 9 years ago
Try using dictionary syntax for the expression:
UPDATE_PMI 536871922 SET PV test3 = [{five:1,test2: {three:2,four:3,test1: {one:4,two:5}}}]
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
James Carter
Appian Employee
over 9 years ago
Try using dictionary syntax for the expression:
UPDATE_PMI 536871922 SET PV test3 = [{five:1,test2: {three:2,four:3,test1: {one:4,two:5}}}]
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data