Hi James,
Thanks a lot for replying.
As suggested we created a char field in custom detail group and and assigned the value for the Char filed using the below function. And this field we used in the reply node directly.
TOSTRING(<<campaign.campaignTags.Offer Expiry Date>>)
campaign.campaignTags.Offer Expiry Date /* This Filed is available in the same treatment as a date field*/
But we are getting the response as below.
<ns2 :Data name="OfferResponseValue11">
<ns2 :StringArray>
<ns2 :Val>
<ns2 :Item>.</ns2:Item>
<ns2 :Item>.</ns2:Item>
</ns2 :Val>
</ns2 :StringArray>
</ns2 :Data>
In "RTDMCDM"."CI_DYNAMIC_TREATMENT_ATTR_EXT" table also .(dot) is inserted for this column.
We tried using TOstring(current Datetime). This is working.
Only problem is when we use fields available in the same treatment to assign the value for another field the value is coming as NULL.
Could you please advice.
Thanks,
Vasu