Tim Pilgrim
10/16/2019, 4:25 AM<#list record.multiselectfield as myItem>
${myitem.name}
</#list>
but this comes up with this error "Expected an extended hash, but this has evaluated to a hash+string"
if I just print the ${record.multiselectfield} I get a string list of all the records in the multiselect.
Has anyone got any ideas?