scottvonduhn
01/20/2020, 2:17 PM<#list record.item
what is after that? each transaction line item will be assigned a loop variable, for example: <#list record.item as item>
, this will allow you to then reference item fields using: ${item.amount}
, ${item.class}