Solved

Using Multivalue fields in email

  • 11 September 2017
  • 2 replies
  • 20 views

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?

icon

Best answer by wrightmt 15 September 2017, 04:27

View original

2 replies

Userlevel 3
Badge +8

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