Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

Copy text from one field to another

Avatar

Level 2

Hi,

 

Can anyone help me how to copy text from one attribute to another?

I have created SMS delivery template as below-

rupesh12_0-1589902898566.png

 

 

When I type any text on SMS content(like test email) it should reflect automaticallly in optout information attribute.

 

Thanks,

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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


     Manoj
     Find me on LinkedIn

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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


     Manoj
     Find me on LinkedIn