pen one
12/21/2020, 2:49 AM<body header="nlheader" header-height="10%" padding="0in 0in 0in 0in" size="Letter">
<#list results as result>
<div class="mybody"><br /><br /><br /><br />
<p class="s1" style="text-indent: 0pt;align: center;">
<#if result.custrecord273?has_content>
<img src="${result.custrecord273}" />
</#if>
</p>
</div>
</#list>
</body>
When I try and save the code I get this error:
Exception during template merging.com.netledger.templates.TemplateServiceException: Exception during template merging.java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 23
What am I missing here?