<?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: [array] input parameters in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/array-input-parameters/m-p/2922#M648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Damn it seemed i tested this possibilty, that works but I have to remove parenthesis &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;francois &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2013 11:21:59 GMT</pubDate>
    <dc:creator>francoisbnc</dc:creator>
    <dc:date>2013-01-17T11:21:59Z</dc:date>
    <item>
      <title>[array] input parameters</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/array-input-parameters/m-p/2900#M640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to use [array] type in commands, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Is someone can explain how user inputs must be formatted for retrieve&amp;nbsp; string list in a foreach loop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Tried with&amp;nbsp;&amp;nbsp; '@("table1","table2", "table3")'&amp;nbsp; without success.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;francois&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:11:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/array-input-parameters/m-p/2900#M640</guid>
      <dc:creator>francoisbnc</dc:creator>
      <dc:date>2025-06-05T06:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: [array] input parameters</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/array-input-parameters/m-p/2903#M641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francois&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this is what you are looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try using it like the below:&lt;/P&gt;&lt;P&gt;param (&lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="abcd")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [array]$abcd&lt;/P&gt;&lt;P&gt; )&lt;/P&gt;&lt;P&gt; $arrayelemnet= $abcd[1]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sharu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 10:28:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/array-input-parameters/m-p/2903#M641</guid>
      <dc:creator>sharu</dc:creator>
      <dc:date>2013-01-17T10:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: [array] input parameters</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/array-input-parameters/m-p/2908#M643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is the syntax to pass [array]abcd parameter from Workflow user Inputs?&lt;/P&gt;&lt;P&gt;In my example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;param (&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="One or more license codes of a Data ONTAP service to be enabled.")]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; [array]$Codes&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;foreach ($Code in $Codes)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt; Get-WFALogger -Info -message $($Code) &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/18385_Screen+Shot+2013-01-17+at+11.39.19+AM.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 10:41:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/array-input-parameters/m-p/2908#M643</guid>
      <dc:creator>francoisbnc</dc:creator>
      <dc:date>2013-01-17T10:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: [array] input parameters</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/array-input-parameters/m-p/2913#M645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to mention the array elements without the @ symbol. So in your case, put AA,BB as input instead of '@("AA","BB")'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sharu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 10:51:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/array-input-parameters/m-p/2913#M645</guid>
      <dc:creator>sharu</dc:creator>
      <dc:date>2013-01-17T10:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: [array] input parameters</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/array-input-parameters/m-p/2922#M648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Damn it seemed i tested this possibilty, that works but I have to remove parenthesis &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;francois &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 11:21:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/array-input-parameters/m-p/2922#M648</guid>
      <dc:creator>francoisbnc</dc:creator>
      <dc:date>2013-01-17T11:21:59Z</dc:date>
    </item>
  </channel>
</rss>

