<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>By using expression rule i need to get the sample output</title><link>https://community.appian.com/discussions/f/general/27638/by-using-expression-rule-i-need-to-get-the-sample-output</link><description>Hi 
 sample Input : {a,b,c},{100,200,300} 
 sample output : 
 a-100,a-200,a-300,b-100,b-200,b-300, c-100,c-200,c-300</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: By using expression rule i need to get the sample output</title><link>https://community.appian.com/thread/107543?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2023 20:11:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d104a975-9d8f-4361-9e7f-22ba2072ccab</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;fyi...&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1675800713478v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: By using expression rule i need to get the sample output</title><link>https://community.appian.com/thread/107542?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2023 20:03:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:49dc82cb-7863-47fb-a23e-fc48bd1d5097</guid><dc:creator>Abhay Dalsaniya</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt;a!localVariables(
  local!a: { &amp;quot;a&amp;quot;, &amp;quot;b&amp;quot;, &amp;quot;c&amp;quot; },
  local!b: { 100, 200, 300 },
  joinarray(
    a!flatten(
      a!forEach(
        items: local!a,
        expression: a!localVariables(
          local!prevItem: fv!item,
          a!forEach(
            items: local!b,
            expression: concat(local!prevItem, &amp;quot;-&amp;quot;, fv!item)
          )
        )
      )
    ),
    &amp;quot;,&amp;quot;
  )
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;output:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="CollapsibleOutputNode---print_value"&gt;&amp;quot;a-100,a-200,a-300,b-100,b-200,b-300,c-100,c-200,c-300&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " height="120" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1675800711683v1.png" width="436" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: By using expression rule i need to get the sample output</title><link>https://community.appian.com/thread/107526?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2023 14:33:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:baeb2a05-520c-4146-9c30-c70492107d0b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Can you share any existing code snippets? Is there a specific reason you now posted the third question which looks like being copied from some test?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>