That's really freaky I was just about to ask if anyone had retrieved JSON data from a field on a transaction in Adv Print.
If I was wanting to insert data that was stored outside a list in an item list.
Am I correct in the example shown earlier in thinking that "m" is the parsed JSON data
<#assign m = data?eval>
?
If so, should I be able to do m[{item.item}] to retrieve the corresponding value?