razer456
12/02/2021, 6:42 PM<#if JSON.data.endUser?has_content>
<table style="width: 100%;">
<tr>
<th colspan="6" class="border">Bill To</th>
<th colspan="6" class="border">End User</th>
</tr>
<tr>
<td colspan="6" class="border" style="border-top:0;min-height:40px;">${JSON.data.custBillToAdd}</td>
<td colspan="6" class="border" style="border-top:0;min-height:40px;">${JSON.data.endUser}</td>
</tr>
</table>
<#else>
<table style="width: 100%;">
<tr>
<th colspan="6" class="border">Bill To</th>
<p colspan="6"> </p>
</tr>
<tr>
<td colspan="6" class="border" style="border-top:0;min-height:40px;">${JSON.data.custBillToAdd}</td>
<p colspan="6"> </p>
</tr>
</table></#if>
scottvonduhn
12/02/2021, 7:29 PM<#if JSON.data.endUser?length gt 0>
razer456
12/03/2021, 1:35 AMscottvonduhn
12/03/2021, 1:57 AMendUser: ""
If it's really an array, there is a ?size
built-in for arrays, but the object shown suggests it's being treated as a string