Forum Discussion
viktor_n
4 years agoContributor II
Hi @chris.king,
Try by using Apache Velocity.
Syntax look like this to iterate through array.
<NumbersToWash>
#foreach( $num in $Numbers )
<Number>$num</Number>
#end
</NumbersToWash>
Also here is the link to the user guide of the apache velocity.
Regards,
Viktor