I’m using scripts and templates to impliment a workflow. I have a script that creates a child ticket using a template. This was working fine until we changed one of the custom fields into a multiselect. The CustomFieldValue has multiple values, but it seems like the only tool I have available is FirstCustomFiledValue:
Earn Codes: {$ticket->FirstCustomFieldValue(62)}
Does anybody have a way, in a template using Text:Template, to use the entire hash in the template?