Hi,
I would like to know how I can append data inside multidimensional/record or record relationship array ?
Please check the example bellow
append( local!sections, 'type!{urn:com:appian:types:SN}SN_DATA'(id: null) ),
Discussion posts and replies are publicly visible
You just have to navigate in the data structure to the spot. Something like:
local!sections[1].Templates
if it is record data type, do you suggest to be transformed to local variable ? Where "Template" Is a record relationship.
What do you mean with "transformed to local variable"?
And the answer depends so much on what you want to achieve ....
ok that worked! the error has been in other place. Thanks!