<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Pass a variable from Javascript code to diffusion in Adobe Campaign Classic Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/pass-a-variable-from-javascript-code-to-diffusion/m-p/424379#M13094</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17406416"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create JS event/instance variable: &lt;STRONG&gt;vars.xxx='test123'&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To pass in the workflow activity: &lt;STRONG&gt;$(vars/@xxx)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;To pass directly in the delivery : &lt;STRONG&gt;&amp;lt;%= vars.xxx %&amp;gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Malarrajan Sundarraj&lt;/P&gt;</description>
    <pubDate>Wed, 22 Sep 2021 07:04:17 GMT</pubDate>
    <dc:creator>Malarrajan_Sundarraj</dc:creator>
    <dc:date>2021-09-22T07:04:17Z</dc:date>
    <item>
      <title>Pass a variable from Javascript code to diffusion</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/pass-a-variable-from-javascript-code-to-diffusion/m-p/423488#M13052</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In Adobe Campaign Classic, I want to pass a variable I created in JavaScript Code activity to a diffusion, is this possible? If so, how do I do it?&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 09:07:54 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/pass-a-variable-from-javascript-code-to-diffusion/m-p/423488#M13052</guid>
      <dc:creator>El-Coder</dc:creator>
      <dc:date>2021-09-16T09:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a variable from Javascript code to diffusion</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/pass-a-variable-from-javascript-code-to-diffusion/m-p/423570#M13061</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please go through below for the details&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/how-to-use-variable-from-javascript-code-in-delivery/td-p/385428" target="_blank"&gt;https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/how-to-use-variable-from-javascript-code-in-delivery/td-p/385428&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 18:12:26 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/pass-a-variable-from-javascript-code-to-diffusion/m-p/423570#M13061</guid>
      <dc:creator>ShrawanSaxena</dc:creator>
      <dc:date>2021-09-16T18:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a variable from Javascript code to diffusion</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/pass-a-variable-from-javascript-code-to-diffusion/m-p/423798#M13070</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17406416"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You save your variable as an instance variable: instance.vars.xxx="abc".&lt;/P&gt;&lt;P&gt;And same variable you can fetch in delivery: &amp;lt;% instance.vars.xxx %&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jyoti&lt;/P&gt;</description>
      <pubDate>Sat, 18 Sep 2021 04:26:01 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/pass-a-variable-from-javascript-code-to-diffusion/m-p/423798#M13070</guid>
      <dc:creator>Jyoti_Yadav</dc:creator>
      <dc:date>2021-09-18T04:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a variable from Javascript code to diffusion</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/pass-a-variable-from-javascript-code-to-diffusion/m-p/424379#M13094</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17406416"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create JS event/instance variable: &lt;STRONG&gt;vars.xxx='test123'&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To pass in the workflow activity: &lt;STRONG&gt;$(vars/@xxx)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;To pass directly in the delivery : &lt;STRONG&gt;&amp;lt;%= vars.xxx %&amp;gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Malarrajan Sundarraj&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 07:04:17 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/pass-a-variable-from-javascript-code-to-diffusion/m-p/424379#M13094</guid>
      <dc:creator>Malarrajan_Sundarraj</dc:creator>
      <dc:date>2021-09-22T07:04:17Z</dc:date>
    </item>
  </channel>
</rss>

