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,
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @tejashri12 ,
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
Views
Replies
Total Likes
Hello @tejashri12 ,
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
Views
Replies
Total Likes