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
ok that worked! the error has been in other place. Thanks!