Hi Team,
I am new to Adobe Campaign and do not know much about the tool's capabilities. Any help would be helpful
Question - I am trying to condition email subject line based on the XML nodes. The only way out for me is to traverse the XML to find a node that start with some character - for example 'XYZ' and find count of no of nodes that are found. Now i am trying to use regex however it isn't working for me. The way i am trying to do is
<% if ( node1.node2.node3.+/^XYZ/g+.length(); == "3" )
{
//do something.
}
It would be helpful if anyone can help me here.
Thanks.