Last Element of Array in Advanced PDF template

To get the last element of the array , refer following sample


<#list arrrayList as arr> 
      <#if !(arr_has_next)>Last Element</#if> 
</#list> 

Leave a comment

Your email address will not be published. Required fields are marked *