I'm trying to use the contents of a multivalue field in an email, however when sent as plain text the values appear inside XML tags e.g:
<collection><object><fields><field><value>MyVar</value></field></fields></object></collection>
If I try to send the email as HTML, it doesn't even display in Outlook, no doubt due to these tags.
How can I just get the values and strip all the tags?