Exporting XML Fields
Hi,
Is it possible by any way to export an XML field value to a .csv through a workflow?
for example if I wish to export emails subject lines to a file.
Thanks,
Sagi
Hi,
Is it possible by any way to export an XML field value to a .csv through a workflow?
for example if I wish to export emails subject lines to a file.
Thanks,
Sagi
Hi There,
In order to be clear, the expected code should work for this 2 examples:
Case 1 Subject field -
<%
if (targetData.target.age > 18)
{
%>
ADULT
<%
}
else
{
%>
MINOR
<%
}
%>
Case 2 Subject field - Hello <% =targetData.firstName %>
Thanks in advance for advice.
J-Serge
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.