I am pushing the result Object to the XML using re...
# advancedpdf
d
I am pushing the result Object to the XML using renderer, the result object has appliedToTransaction.internalid[{value1234,text:"1234}] [10:38 PM] in free maker I have used result.appliedToTransaction.inernalid which gives me a blank value [10:38 PM] Can i know how to access this
m
Did you try
result.appliedToTransaction.internalid.value
?
s
@michoel Yes, we tried. It didn't work. Also tried "result.appliedToTransaction.internalid[0].value". Neither way works.