Hello Jonathan,
As per my understanding from Content Filter perspective its not possible to use Properties,Headers or Variables[ Write Variable ].
In case you want use any of these you must create XML and assign its value to XML node and use it further in the Content Filter.
Regards,
Sriprasad Shivaram Bhat
Hello Sriprasad Shivaram Bhat,
Let's say below is my input, how can I use the create_date as a filter value?
<?xml version="1.0" encoding="UTF-8"?>
<root>
<order>
<id>123</id>
<create_date>20180101120000</create_date>
</order>
</root>
Regards,
Jeremy
Add comment