<?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: WFA - Can't Reference Value in Table in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Can-t-Reference-Value-in-Table/m-p/132851#M24131</link>
    <description>&lt;P&gt;&lt;IMG title="Table.PNG" alt="Table.PNG" src="https://community.netapp.com/t5/image/serverpage/image-id/7414iC0C399B14EB29B76/image-size/medium?v=1.0&amp;amp;px=-1" border="0" /&gt;&amp;nbsp;Thanks for your replies. Now that you mention it, it would be good to know why it behaves in this manner. When using the create export rule command, I have this table to evaluate some of my values with. The Client and Policy field is a string, and the rest are enumerations. When the Policy field is populated with a default value it gives me the illegal expression error, but when I type it manually, it executes normally. Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2017 13:02:26 GMT</pubDate>
    <dc:creator>lil_baby_james</dc:creator>
    <dc:date>2017-07-17T13:02:26Z</dc:date>
    <item>
      <title>WFA - Can't Reference Value in Table</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Can-t-Reference-Value-in-Table/m-p/132578#M24072</link>
      <description>&lt;P&gt;I'm still new to WFA, so this question probably has an obvious answer I'm overlooking, but I'm trying to grab a value out of a table comprising three columns: Aggr, Cluster, SVM. I've tried referencing them using the following ways:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$table:column&lt;/P&gt;&lt;P&gt;getValueAt2D($table, row, column)&lt;/P&gt;&lt;P&gt;getValueAt($table, index)&lt;/P&gt;&lt;P&gt;getColumnValues($table, column)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...and a plethora of other ways. I don't understand what I'm doing wrong; my coworker's workflow can locate the resource in his table using getValueAt2D(), and since I've tried copying it verbatim, I'm really stuck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the error it's throwing:&lt;/P&gt;&lt;P&gt;Failed to evaluate resource selector. Illegal expression: getValueAt2D($table, row, column) ...or whatever other function I happen to use to try and evaluate the value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:52:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Can-t-Reference-Value-in-Table/m-p/132578#M24072</guid>
      <dc:creator>lil_baby_james</dc:creator>
      <dc:date>2025-06-04T14:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: WFA - Can't Reference Value in Table</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Can-t-Reference-Value-in-Table/m-p/132689#M24088</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/60470"&gt;@lil_baby_james&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly post your workflow exported in .dar file. Designer issues are difficult to pin-point with only explanations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 10:28:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Can-t-Reference-Value-in-Table/m-p/132689#M24088</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-07-11T10:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: WFA - Can't Reference Value in Table</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Can-t-Reference-Value-in-Table/m-p/132817#M24117</link>
      <description>&lt;P&gt;Thank you for your reply. It looks like the reason for this error was that I was populating a field with a default value, because when I manually input my values, it stopped throwing the error. Kind of frustrating that WFA behaves like this sometimes...&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 20:01:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Can-t-Reference-Value-in-Table/m-p/132817#M24117</guid>
      <dc:creator>lil_baby_james</dc:creator>
      <dc:date>2017-07-14T20:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: WFA - Can't Reference Value in Table</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Can-t-Reference-Value-in-Table/m-p/132842#M24127</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/60470"&gt;@lil_baby_james&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it has worked for you, fine then. But WFA doesn't behave in any random manner, there is a logical explanation to every error thorwn.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you had provided your workflow, I would have been able to give the convincing reasoning. Like I said, designer issues are difficult to debug just with words, the possibilities are too many.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 06:15:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Can-t-Reference-Value-in-Table/m-p/132842#M24127</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-07-17T06:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: WFA - Can't Reference Value in Table</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Can-t-Reference-Value-in-Table/m-p/132851#M24131</link>
      <description>&lt;P&gt;&lt;IMG title="Table.PNG" alt="Table.PNG" src="https://community.netapp.com/t5/image/serverpage/image-id/7414iC0C399B14EB29B76/image-size/medium?v=1.0&amp;amp;px=-1" border="0" /&gt;&amp;nbsp;Thanks for your replies. Now that you mention it, it would be good to know why it behaves in this manner. When using the create export rule command, I have this table to evaluate some of my values with. The Client and Policy field is a string, and the rest are enumerations. When the Policy field is populated with a default value it gives me the illegal expression error, but when I type it manually, it executes normally. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:02:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Can-t-Reference-Value-in-Table/m-p/132851#M24131</guid>
      <dc:creator>lil_baby_james</dc:creator>
      <dc:date>2017-07-17T13:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: WFA - Can't Reference Value in Table</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Can-t-Reference-Value-in-Table/m-p/132885#M24136</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/60470"&gt;@lil_baby_james&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to provide the exported workflow .dar file. The picture is not enough&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 16:35:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Can-t-Reference-Value-in-Table/m-p/132885#M24136</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-07-18T16:35:14Z</dc:date>
    </item>
  </channel>
</rss>

