We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

Hi All, I am using IFM plug-in to update the CDT type variable which

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 Reply Children
No Data