We are wanting to display all values entered into a multi value text attribute in an email sent by Adaxes.
What we've found is that only the first entry into the array will display when being referenced by a variable.
For example if adm-CustomAttributeTextMultiValue1 has four values
First Entry
Second Entry
Third Entry
Fourth Entry
Any reference to %adm-CustomAttributeTextMultiValue% will always only display "First Entry"
Is there a way to reference the variable so that it displays all entries?
Thanks