rupesh12
19-05-2020
Hi,
Can anyone help me how to copy text from one attribute to another?
I have created SMS delivery template as below-
When I type any text on SMS content(like test email) it should reflect automaticallly in optout information attribute.
Thanks,
_Manoj_Kumar
MVP
Hello @rupesh12 ,You can use enter command to dynamically populate your input values. The code will look something like this.
<enter> <set expr="@outputInformation" xpath="@smsInformation" /> </enter>
You will have to alter the code depending on your requirements.You can refer to this documentation for more details: https://docs.adobe.com/content/help/en/campaign-classic/using/configuring-campaign-classic/input-for...Thanks