Skip to main content

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?

Dear,

 

I do believe that you should check "Events wizard" pane on the left and check the "data event" 

there you will be able to manipulate the XML values.

 

Hope it helps,

Regards.


The "solution" for my issue was instead of using the Check Box control, to change to the Choice control then changing the Display Type to Check Box-List. This will return the values without all the XML tags.


Reply