<@UAXLMMHNJ> you are referencing it as `exampleNam...
# suitescript
e
@Grant you are referencing it as
exampleName
in the template? can you share the part of the template with that reference that is not rendering?
g
<td>${result.entity}</td> <td>${result.memo}</td> <td class="textrt">${result.amount}</td> <td>${result.duedate}</td>
e
where is your reference to
exampleName
?
<#list exampleName as result> <td>${result.entity}</td> <td>${result.memo}</td> <td class=“textrt”>${result.amount}</td> <td>${result.duedate}</td> </#list>
should be something more like that
g
Let me try that out.
That did it. Thank you!
👍🏻 2