<?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 Multi select list in HPE Morpheus Enterprise Software</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/multi-select-list/m-p/7246980#M154</link>
    <description>&lt;P&gt;To build AWS Load Balancer via Catalog item, I need to select at least two subnets. how can I make it multi select list?&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2023 01:35:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2023-04-14T01:35:36Z</dc:date>
    <item>
      <title>Multi select list</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/multi-select-list/m-p/7246980#M154</link>
      <description>&lt;P&gt;To build AWS Load Balancer via Catalog item, I need to select at least two subnets. how can I make it multi select list?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 01:35:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/multi-select-list/m-p/7246980#M154</guid>
      <dc:creator />
      <dc:date>2023-04-14T01:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multi select list</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/multi-select-list/m-p/7246981#M155</link>
      <description>&lt;P&gt;Thanks, I could resolve it that way as well.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 03:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/multi-select-list/m-p/7246981#M155</guid>
      <dc:creator />
      <dc:date>2023-04-26T03:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multi select list</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/multi-select-list/m-p/7246982#M156</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hpe.com/u/ripon_banik"&gt;@Ripon_Banik&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;If you are using the Morpheus variables in your CloudFormation Catalog Item, then I would expect the following example to work, or at least lead you to your resolution.  Be sure to use your input name, instead of mine:&lt;/P&gt;
&lt;P&gt;&lt;CODE style="background : #f0f1f2;"&gt;"&amp;lt;%= customOptions.testmultiitems.join(',') %&amp;gt;"&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Inside of the variable tags, you can perform Groovy actions, such as join().  In this case, I have a multi-select that provides an array:&lt;/P&gt;
&lt;P&gt;&lt;CODE style="background : #f0f1f2;"&gt;[ub1, ub2, ub3]&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;When I use the join() function, I get the following:&lt;/P&gt;
&lt;P&gt;&lt;CODE style="background : #f0f1f2;"&gt;ub1,ub2,ub3&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 13:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/multi-select-list/m-p/7246982#M156</guid>
      <dc:creator>KoreyG</dc:creator>
      <dc:date>2023-04-25T13:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multi select list</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/multi-select-list/m-p/7246983#M157</link>
      <description>&lt;P&gt;Thanks &lt;A class="mention" href="https://community.hpe.com/u/kgawronski"&gt;@kgawronski&lt;/A&gt; I tried but does not provide it as comma separated e.g. Ubuntu1, Ubutu2. How to make it comma separated as it is needed as input to cloudformation?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 02:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/multi-select-list/m-p/7246983#M157</guid>
      <dc:creator />
      <dc:date>2023-04-17T02:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multi select list</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/multi-select-list/m-p/7246984#M158</link>
      <description>&lt;P&gt;Hello &lt;A class="mention" href="https://community.hpe.com/u/ripon_banik"&gt;@Ripon_Banik&lt;/A&gt;!&lt;/P&gt;
&lt;P&gt;I’d recommend using the &lt;CODE style="background : #f0f1f2;"&gt;typeahead&lt;/CODE&gt; input and enable the &lt;STRONG&gt;Allow Multiple Selections&lt;/STRONG&gt; setting.&lt;/P&gt;
&lt;P&gt;For example:&lt;BR /&gt;
&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/149751i1CC4BA90D8FBBD3C/image-size/large?v=v2&amp;amp;px=2000" role="button" title="864aab7f16a42dc2211448ba7ed7c9f08dbf769d.png" alt="864aab7f16a42dc2211448ba7ed7c9f08dbf769d.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;More info:&lt;BR /&gt;
&lt;A href="https://docs.morpheusdata.com/en/latest/library/options/option_types.html#create-input" class="onebox" target="_blank" rel="noopener"&gt;https://docs.morpheusdata.com/en/latest/library/options/option_types.html#create-input&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 01:59:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/multi-select-list/m-p/7246984#M158</guid>
      <dc:creator>KoreyG</dc:creator>
      <dc:date>2023-04-14T01:59:06Z</dc:date>
    </item>
  </channel>
</rss>

