You are not logged in.
Pages: 1
This will require you to set your Body OutputField in the config as follows :
<sxi:OutputField datatype="emailBodyTypeHtml">Body</sxi:OutputField>
Below is how the Field portion within a DataDefinition should look like:
<sxi:Field name="Body">
<sxi:Rules>
<sxi:Concatenation>
<sxi:Delimiter>
</sxi:Delimiter>
<sxi:Fields>
<sxi:Field staticValue="yes"><p>paragraph 1</p></sxi:Field>
<sxi:Field staticValue="yes"><p>paragraph 2</p></sxi:Field>
</sxi:Fields>
</sxi:Concatenation>
</sxi:Rules>
<sxi:OutputField datatype="emailBodyTypeHtml">Body</sxi:OutputField>
</sxi:Field>
Offline
Pages: 1