<?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>Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/discussions/f/user-interface/11087/cannot-display-the-rest-of-the-fields-in-a-grid</link><description>Hi everyone, 
 I currently have a grid that only displays one out of six columns. I recently added the last five out of six column fields, but for some reason, none of the new fields are displaying. Does anyone have an idea of what I&amp;#39;m doing wrong? 
</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48594?ContentTypeID=1</link><pubDate>Mon, 18 Sep 2017 14:54:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2437d284-8abe-4acd-87bd-89b43ab697ac</guid><dc:creator>josep</dc:creator><description>I don&amp;#39;t think that the sorting has something to do with it, if you have doubts just remove/comment the sortInfo, it doesn&amp;#39;t affect the information displayed.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48591?ContentTypeID=1</link><pubDate>Mon, 18 Sep 2017 14:09:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4dd84d0b-0218-444a-8813-8445040c1476</guid><dc:creator>ck0220</dc:creator><description>Would the sort info in the gridSelection have something to do with why nothing is displaying?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48589?ContentTypeID=1</link><pubDate>Mon, 18 Sep 2017 14:05:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:53f65fd6-5f25-457f-b957-7d4f8b3abf3c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;a href="https://docs.appian.com/suite/help/17.2/fnc_looping_a_foreach.html"&gt;docs.appian.com/.../fnc_looping_a_foreach.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48587?ContentTypeID=1</link><pubDate>Mon, 18 Sep 2017 14:01:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3354a314-c780-4cc6-afa0-5833c30419bc</guid><dc:creator>ck0220</dc:creator><description>What is the fv!item? Where is the item coming from?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48533?ContentTypeID=1</link><pubDate>Fri, 15 Sep 2017 02:41:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3cf38c02-51d0-4633-a89a-156407fc05c8</guid><dc:creator>josep</dc:creator><description>&lt;p&gt;I am not sure how is your code, but here are two examples with your same structure, I hope this helps.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please note this: From the code you shared before, you are doing some validations in the considering the filteredData&amp;nbsp;was an array&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{&amp;quot;text 1&amp;quot;,&amp;quot;text 2&amp;quot; , .. &amp;quot;text n&amp;quot;}.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Take care with this kind of things. I specifically refer to this, (that you posted before)&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;local!filterData: if(
rule!AF_RULE_General_isBlank(
local!search
),
{},
index(
local!data,
where(
like(
lower(local!data),
&amp;quot;*&amp;quot; &amp;amp; lower(local!search) &amp;amp; &amp;quot;*&amp;quot;
)
)
)
),
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Example 1- With the dictionary&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;load(
	local!entities: {
		{Name:&amp;quot;Store One&amp;quot;	,storeid:&amp;quot;s1&amp;quot;	, storeSymbol:&amp;quot;BON&amp;quot;	,storeCity:&amp;quot;Des Moines&amp;quot;	,storeState:&amp;quot;IA&amp;quot;}	, 
		{Name:&amp;quot;Store Two&amp;quot;	,storeid: &amp;quot;s2&amp;quot;	, storeSymbol:&amp;quot;BTW&amp;quot;	,storeCity:&amp;quot;Boise&amp;quot;	,storeState:&amp;quot;ID&amp;quot;}	,
		{Name:&amp;quot;Store Three&amp;quot;	,storeid: &amp;quot;s3&amp;quot;	, storeSymbol:&amp;quot;BTH&amp;quot;	,storeCity:&amp;quot;Charlotte&amp;quot;	,storeState:&amp;quot;NC&amp;quot;}	,
		{Name:&amp;quot;Store Four&amp;quot;	,storeid: &amp;quot;s4&amp;quot;	, storeSymbol:&amp;quot;BFR&amp;quot;	,storeCity:&amp;quot;New York&amp;quot;	,storeState:&amp;quot;NY&amp;quot;}	,
		{Name:&amp;quot;Store Five&amp;quot;	,storeid: &amp;quot;s5&amp;quot;	, storeSymbol:&amp;quot;BFV&amp;quot;	,storeCity:&amp;quot;Houston&amp;quot;	,storeState:&amp;quot;TX&amp;quot;}	,
		{Name:&amp;quot;Store Six&amp;quot;	,storeid: &amp;quot;s6&amp;quot;	, storeSymbol:&amp;quot;BSX&amp;quot;	,storeCity:&amp;quot;Seattle&amp;quot;	,storeState:&amp;quot;WA&amp;quot;}	,
		{Name:&amp;quot;Store Seven&amp;quot;	,storeid: &amp;quot;s7&amp;quot;	, storeSymbol:&amp;quot;BSVN&amp;quot;,storeCity:&amp;quot;Jersey City&amp;quot;,storeState:&amp;quot;NJ&amp;quot;}	,
		{Name:&amp;quot;Store Eight&amp;quot;	,storeid: &amp;quot;s8&amp;quot;	, storeSymbol:&amp;quot;BET&amp;quot;	,storeCity:&amp;quot;El Paso&amp;quot;	,storeState:&amp;quot;TX&amp;quot;}	,
		{Name:&amp;quot;Store Nine&amp;quot;	,storeid: &amp;quot;s9&amp;quot;	, storeSymbol:&amp;quot;BNI&amp;quot;	,storeCity:&amp;quot;Jersey City&amp;quot;,storeState:&amp;quot;NJ&amp;quot;}	,
		{Name:&amp;quot;Store Ten&amp;quot;	,storeid: &amp;quot;s10&amp;quot;	, storeSymbol:&amp;quot;BTN&amp;quot;	,storeCity:&amp;quot;Fort Worth&amp;quot;	,storeState:&amp;quot;TX&amp;quot;}
	},
  local!pagingInfo:a!pagingInfo(
    startIndex:1,
    batchSize:-1
  ),
  local!dataSubset:a!dataSubset(
    data:local!entities,
    totalCount: length(
      local!entities
    ),
    identifiers:local!entities.storeid,
    startIndex:1,
    batchSize:-1
    
  ),
  
  a!gridField(
    label: &amp;quot;gridField&amp;quot;,
    totalCount: local!dataSubset.totalCount,
    value:local!pagingInfo,
    saveInto:local!pagingInfo,
    columns: {
      a!gridTextColumn(
        label: &amp;quot;Name&amp;quot;,
        field: &amp;quot;Name&amp;quot;,
        data: index(local!dataSubset.data,&amp;quot;Name&amp;quot;,{})
      ),a!gridTextColumn(
        label: &amp;quot;storeid&amp;quot;,
        field: &amp;quot;storeid&amp;quot;,
        data: index(local!dataSubset.data, &amp;quot;storeid&amp;quot;,{})
      ),a!gridTextColumn(
        label: &amp;quot;storeSymbol&amp;quot;,
        field: &amp;quot;storeSymbol&amp;quot;,
        data: index(local!dataSubset.data, &amp;quot;storeSymbol&amp;quot;,{})
      ),a!gridTextColumn(
        label: &amp;quot;storeCity&amp;quot;,
        field: &amp;quot;storeCity&amp;quot;,
        data: index(local!dataSubset.data,&amp;quot;storeCity&amp;quot;,{})
      ),a!gridTextColumn(
        label: &amp;quot;storeState&amp;quot;,
        field: &amp;quot;storeState&amp;quot;,
        data: index(local!dataSubset.data,&amp;quot;storeState&amp;quot;,{})
      )
    }
  )
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Example 2 - with the CDT&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;load(
	local!entities: {
		{Name:&amp;quot;Store One&amp;quot;	,storeid:&amp;quot;s1&amp;quot;	, storeSymbol:&amp;quot;BON&amp;quot;	,storeCity:&amp;quot;Des Moines&amp;quot;	,storeState:&amp;quot;IA&amp;quot;}	, 
		{Name:&amp;quot;Store Two&amp;quot;	,storeid: &amp;quot;s2&amp;quot;	, storeSymbol:&amp;quot;BTW&amp;quot;	,storeCity:&amp;quot;Boise&amp;quot;	,storeState:&amp;quot;ID&amp;quot;}	,
		{Name:&amp;quot;Store Three&amp;quot;	,storeid: &amp;quot;s3&amp;quot;	, storeSymbol:&amp;quot;BTH&amp;quot;	,storeCity:&amp;quot;Charlotte&amp;quot;	,storeState:&amp;quot;NC&amp;quot;}	,
		{Name:&amp;quot;Store Four&amp;quot;	,storeid: &amp;quot;s4&amp;quot;	, storeSymbol:&amp;quot;BFR&amp;quot;	,storeCity:&amp;quot;New York&amp;quot;	,storeState:&amp;quot;NY&amp;quot;}	,
		{Name:&amp;quot;Store Five&amp;quot;	,storeid: &amp;quot;s5&amp;quot;	, storeSymbol:&amp;quot;BFV&amp;quot;	,storeCity:&amp;quot;Houston&amp;quot;	,storeState:&amp;quot;TX&amp;quot;}	,
		{Name:&amp;quot;Store Six&amp;quot;	,storeid: &amp;quot;s6&amp;quot;	, storeSymbol:&amp;quot;BSX&amp;quot;	,storeCity:&amp;quot;Seattle&amp;quot;	}	,
		{Name:&amp;quot;Store Seven&amp;quot;	,storeid: &amp;quot;s7&amp;quot;	, storeSymbol:&amp;quot;BSVN&amp;quot;,storeCity:&amp;quot;Jersey City&amp;quot;,storeState:&amp;quot;NJ&amp;quot;}	,
		{Name:&amp;quot;Store Eight&amp;quot;	,storeid: &amp;quot;s8&amp;quot;	, storeSymbol:&amp;quot;BET&amp;quot;	,storeCity:&amp;quot;El Paso&amp;quot;	}	,
		{Name:&amp;quot;Store Nine&amp;quot;	,storeid: &amp;quot;s9&amp;quot;	, storeSymbol:&amp;quot;BNI&amp;quot;	,storeCity:&amp;quot;Jersey City&amp;quot;,storeState:&amp;quot;NJ&amp;quot;}	,
		{Name:&amp;quot;Store Ten&amp;quot;	,storeid: &amp;quot;s10&amp;quot;	, storeSymbol:&amp;quot;BTN&amp;quot;	,storeCity:&amp;quot;Fort Worth&amp;quot;	}
	},
  local!pagingInfo:a!pagingInfo(
    startIndex:1,
    batchSize:-1
  ),
  local!store_entities: a!forEach(
    items: local!entities,
    expression: type!stores_Entity(
      name: index(fv!item,&amp;quot;Name&amp;quot;,&amp;quot;-&amp;quot;),
      storeID:  index(fv!item,&amp;quot;storeid&amp;quot;,&amp;quot;-&amp;quot;),
      storeNumber: index(fv!item,&amp;quot;storeNumber&amp;quot;,&amp;quot;-&amp;quot;),
      storeManager: index(fv!item,&amp;quot;storeManager&amp;quot;,&amp;quot;-&amp;quot;),
      storeCity: index(fv!item,&amp;quot;storeCity&amp;quot;,&amp;quot;-&amp;quot;),
      storeState: index(fv!item,&amp;quot;storeState&amp;quot;,&amp;quot;-&amp;quot;)
    )
  ),
  local!dataSubset:a!dataSubset(
    data:local!store_entities,
    totalCount: length(
      local!store_entities
    ),
    identifiers:local!store_entities.storeid,
    startIndex:1,
    batchSize:-1
  ),
  {
  /*a!paragraphField(value:local!store_entities),*/
  
  a!gridField(
    label: &amp;quot;gridField&amp;quot;,
    totalCount: local!dataSubset.totalCount,
    value:local!pagingInfo,
    saveInto:local!pagingInfo,
    columns: {
      a!gridTextColumn(
        label: &amp;quot;name&amp;quot;,
        field: &amp;quot;name&amp;quot;,
        data: index(
          local!dataSubset.data,
          &amp;quot;name&amp;quot;,
          {}
        )
      ),a!gridTextColumn(
        label: &amp;quot;storeID&amp;quot;,
        field: &amp;quot;storeID&amp;quot;,
        data: index(
          local!dataSubset.data,
          &amp;quot;storeID&amp;quot;,
          {}
        )
      ),a!gridTextColumn(
        label: &amp;quot;storeSymbol&amp;quot;,
        field: &amp;quot;storeSymbol&amp;quot;,
        data: index(
          local!dataSubset.data,
          &amp;quot;storeSymbol&amp;quot;,
          {}
        )
      ),a!gridTextColumn(
        label: &amp;quot;storeCity&amp;quot;,
        field: &amp;quot;storeCity&amp;quot;,
        data: index(
          local!dataSubset.data,
          &amp;quot;storeCity&amp;quot;,
          {}
        )
      ),a!gridTextColumn(
        label: &amp;quot;storeState&amp;quot;,
        field: &amp;quot;storeState&amp;quot;,
        data: index(
          local!dataSubset.data,
          &amp;quot;storeState&amp;quot;,
          {}
        )
      )
    }
  )
  
}
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48531?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 23:56:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:88990f9f-856e-4afd-9d5e-0df0234d1af4</guid><dc:creator>ck0220</dc:creator><description>Doing that creates a blank grid with no information&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48530?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 22:40:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fbc64a9a-0320-4909-add7-2c54c60370a4</guid><dc:creator>josep</dc:creator><description>I guess you are getting everything as an array, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
try this &lt;br /&gt;
&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
&lt;br /&gt;
local!entities: {&lt;br /&gt;
{Name:&amp;quot;Store One&amp;quot;	,storeid:&amp;quot;s1&amp;quot;	, storeSymbol:&amp;quot;BON&amp;quot;	,storeCity:&amp;quot;Des Moines&amp;quot;	,storeState:&amp;quot;IA&amp;quot;}	, &lt;br /&gt;
{Name:&amp;quot;Store Two&amp;quot;	,storeid: &amp;quot;s2&amp;quot;	, storeSymbol:&amp;quot;BTW&amp;quot;	,storeCity:&amp;quot;Boise&amp;quot;		,storeState:&amp;quot;ID&amp;quot;}	,&lt;br /&gt;
{Name:&amp;quot;Store Three&amp;quot;	,storeid: &amp;quot;s3&amp;quot;	, storeSymbol:&amp;quot;BTH&amp;quot;	,storeCity:&amp;quot;Charlotte&amp;quot;	,storeState:&amp;quot;NC&amp;quot;}	,&lt;br /&gt;
{Name:&amp;quot;Store Four&amp;quot;	,storeid: &amp;quot;s4&amp;quot;	, storeSymbol:&amp;quot;BFR&amp;quot;	,storeCity:&amp;quot;New York&amp;quot;	,storeState:&amp;quot;NY&amp;quot;}	,&lt;br /&gt;
{Name:&amp;quot;Store Five&amp;quot;	,storeid: &amp;quot;s5&amp;quot;	, storeSymbol:&amp;quot;BFV&amp;quot;	,storeCity:&amp;quot;Houston&amp;quot;	,storeState:&amp;quot;TX&amp;quot;}	,&lt;br /&gt;
{Name:&amp;quot;Store Six&amp;quot;	,storeid: &amp;quot;s6&amp;quot;	, storeSymbol:&amp;quot;BSX&amp;quot;	,storeCity:&amp;quot;Seattle&amp;quot;	,storeState:&amp;quot;WA&amp;quot;}	,&lt;br /&gt;
{Name:&amp;quot;Store Seven&amp;quot;	,storeid: &amp;quot;s7&amp;quot;	, storeSymbol:&amp;quot;BSVN&amp;quot;,storeCity:&amp;quot;Jersey City&amp;quot;,storeState:&amp;quot;NJ&amp;quot;}	,&lt;br /&gt;
{Name:&amp;quot;Store Eight&amp;quot;	,storeid: &amp;quot;s8&amp;quot;	, storeSymbol:&amp;quot;BET&amp;quot;	,storeCity:&amp;quot;El Paso&amp;quot;	,storeState:&amp;quot;TX&amp;quot;}	,&lt;br /&gt;
{Name:&amp;quot;Store Nine&amp;quot;	,storeid: &amp;quot;s9&amp;quot;	, storeSymbol:&amp;quot;BNI&amp;quot;	,storeCity:&amp;quot;Jersey City&amp;quot;,storeState:&amp;quot;NJ&amp;quot;}	,&lt;br /&gt;
{Name:&amp;quot;Store Ten&amp;quot;	,storeid: &amp;quot;s10&amp;quot;	, storeSymbol:&amp;quot;BTN&amp;quot;	,storeCity:&amp;quot;Fort Worth&amp;quot;	,storeState:&amp;quot;TX&amp;quot;}&lt;br /&gt;
}	,&lt;br /&gt;
&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
a!forEach(&lt;br /&gt;
items: local!entities	,&lt;br /&gt;
expression: &amp;#39;type!{urn:com:appian:types:stores}stores_Entity&amp;#39;(&lt;br /&gt;
Name: index(fv!item,&amp;quot;Name&amp;quot;,&amp;quot;-&amp;quot;)	,&lt;br /&gt;
storeid: index(fv!item,&amp;quot;storeid&amp;quot;,&amp;quot;-&amp;quot;)	,&lt;br /&gt;
storeSymbol: index(fv!item,&amp;quot;storeSymbol&amp;quot;,&amp;quot;-&amp;quot;)	,&lt;br /&gt;
storeCity: index(fv!item,&amp;quot;storeCity&amp;quot;,&amp;quot;-&amp;quot;)	,&lt;br /&gt;
storeState: index(fv!item,&amp;quot;storeState&amp;quot;,&amp;quot;-&amp;quot;)&lt;br /&gt;
)&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48529?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 22:37:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1a17e689-a312-4be8-ad6d-4038c52e661d</guid><dc:creator>ck0220</dc:creator><description>This is the grid that displays if I search for the word &amp;quot;store&amp;quot; in the grid.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48528?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 22:36:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c0d3a07f-2529-4dd2-9b70-8a3bd5b4f163</guid><dc:creator>ck0220</dc:creator><description>&lt;table style="height:257px;" width="1093"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Boise&lt;/td&gt;
&lt;td&gt;Boise&lt;/td&gt;
&lt;td&gt;Boise&lt;/td&gt;
&lt;td&gt;Boise&lt;/td&gt;
&lt;td&gt;Boise&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;BON&lt;/td&gt;
&lt;td&gt;BON&lt;/td&gt;
&lt;td&gt;BON&lt;/td&gt;
&lt;td&gt;BON&lt;/td&gt;
&lt;td&gt;BON&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;BTW&lt;/td&gt;
&lt;td&gt;BTW&lt;/td&gt;
&lt;td&gt;BTW&lt;/td&gt;
&lt;td&gt;BTW&lt;/td&gt;
&lt;td&gt;BTW&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Des Moines&lt;/td&gt;
&lt;td&gt;Des Moines&lt;/td&gt;
&lt;td&gt;Des Moines&lt;/td&gt;
&lt;td&gt;Des Moines&lt;/td&gt;
&lt;td&gt;Des Moines&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;IA&lt;/td&gt;
&lt;td&gt;IA&lt;/td&gt;
&lt;td&gt;IA&lt;/td&gt;
&lt;td&gt;IA&lt;/td&gt;
&lt;td&gt;IA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ID&lt;/td&gt;
&lt;td&gt;ID&lt;/td&gt;
&lt;td&gt;ID&lt;/td&gt;
&lt;td&gt;ID&lt;/td&gt;
&lt;td&gt;ID&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;s1&lt;/td&gt;
&lt;td&gt;s1&lt;/td&gt;
&lt;td&gt;s1&lt;/td&gt;
&lt;td&gt;s1&lt;/td&gt;
&lt;td&gt;s1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;s2&lt;/td&gt;
&lt;td&gt;s2&lt;/td&gt;
&lt;td&gt;s2&lt;/td&gt;
&lt;td&gt;s2&lt;/td&gt;
&lt;td&gt;s2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Store One&lt;/td&gt;
&lt;td&gt;Store One&lt;/td&gt;
&lt;td&gt;Store One&lt;/td&gt;
&lt;td&gt;Store One&lt;/td&gt;
&lt;td&gt;Store One&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Store Two&amp;nbsp;&lt;/td&gt;
&lt;td&gt;Store Two&lt;/td&gt;
&lt;td&gt;Store Two&lt;/td&gt;
&lt;td&gt;Store Two&lt;/td&gt;
&lt;td&gt;Store Two&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48527?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 22:30:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d3574c2a-49df-4f46-837c-b9ddec061318</guid><dc:creator>ck0220</dc:creator><description>i am trying to display a picture of the grid, but it will not let me&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48526?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 22:25:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:289fb623-91b7-44f0-838c-389b96dca599</guid><dc:creator>ck0220</dc:creator><description>I have a hard coded array called &amp;quot;stores&amp;quot; with 10 different store names, id, phone number, etc. &lt;br /&gt;
 local!entities: {&lt;br /&gt;
      {&amp;quot;Store One&amp;quot;,&amp;quot;s1&amp;quot;, &amp;quot;BON&amp;quot;, &amp;quot;Des Moines&amp;quot;, &amp;quot;IA&amp;quot;}, &lt;br /&gt;
      {&amp;quot;Store Two&amp;quot;,  &amp;quot;s2&amp;quot;, &amp;quot;BTW&amp;quot;, &amp;quot;Boise&amp;quot;, &amp;quot;ID&amp;quot;},&lt;br /&gt;
      {&amp;quot;Store Three&amp;quot;, &amp;quot;s3&amp;quot;, &amp;quot;BTH&amp;quot;, &amp;quot;Charlotte&amp;quot;, &amp;quot;NC&amp;quot;},&lt;br /&gt;
      {&amp;quot;Store Four&amp;quot;, &amp;quot;s4&amp;quot;, &amp;quot;BFR&amp;quot;, &amp;quot;New York&amp;quot;, &amp;quot;NY&amp;quot;},&lt;br /&gt;
      {&amp;quot;Store Five&amp;quot;, &amp;quot;s5&amp;quot;, &amp;quot;BFV&amp;quot;, &amp;quot;Houston&amp;quot;, &amp;quot;TX&amp;quot;},&lt;br /&gt;
      {&amp;quot;Store Six&amp;quot;, &amp;quot;s6&amp;quot;, &amp;quot;BSX&amp;quot;, &amp;quot;Seattle&amp;quot;, &amp;quot;WA&amp;quot;},&lt;br /&gt;
      {&amp;quot;Store Seven&amp;quot;, &amp;quot;s7&amp;quot;, &amp;quot;BSVN&amp;quot;, &amp;quot;Jersey City&amp;quot;, &amp;quot;NJ&amp;quot;},&lt;br /&gt;
      {&amp;quot;Store Eight&amp;quot;, &amp;quot;s8&amp;quot;, &amp;quot;BET&amp;quot;, &amp;quot;El Paso&amp;quot;, &amp;quot;TX&amp;quot;},&lt;br /&gt;
      {&amp;quot;Store Nine&amp;quot;, &amp;quot;s9&amp;quot;, &amp;quot;BNI&amp;quot;, &amp;quot;Jersey City&amp;quot;, &amp;quot;NJ&amp;quot;},&lt;br /&gt;
      {&amp;quot;Store Ten&amp;quot;, &amp;quot;s10&amp;quot;, &amp;quot;BTN&amp;quot;, &amp;quot;Fort Worth&amp;quot;, &amp;quot;TX&amp;quot;}&lt;br /&gt;
    },&lt;br /&gt;
&lt;br /&gt;
I changed the filterData [fv!index] to this.&lt;br /&gt;
&lt;br /&gt;
a!forEach(&lt;br /&gt;
          items: local!filterData,&lt;br /&gt;
          expression: &amp;#39;type!{urn:com:appian:types:stores}stores_Entity&amp;#39;(&lt;br /&gt;
            Name: local!stores[fv!index],&lt;br /&gt;
            storeid: local!stores [fv!index],&lt;br /&gt;
           storeSymbol: local!stores[fv!index],&lt;br /&gt;
           storeCity: local!stores[fv!index],&lt;br /&gt;
           storeState: local!stores[fv!index]&lt;br /&gt;
                      )&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
I now have success in displaying different information, but it is not displaying in the correct fashion.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48525?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 22:09:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b7152b1c-cb20-4b7c-abc3-5ca196cf8761</guid><dc:creator>josep</dc:creator><description>you are doing this  look specially to this comments&amp;quot;/* &amp;lt;&amp;lt; Repeating data*/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This is the new code:&lt;br /&gt;
a!forEach(&lt;br /&gt;
items: local!filterData,&lt;br /&gt;
expression: &amp;#39;type!{urn:com:appian:types:store}store_Entity&amp;#39;(&lt;br /&gt;
name: local!filterData[fv!index],&lt;br /&gt;
storeID:  local!filterData[fv!index], /* &amp;lt;&amp;lt; Repeating data*/&lt;br /&gt;
storeNumber: local!filterData[fv!index], /* &amp;lt;&amp;lt; Repeating data*/&lt;br /&gt;
storeManager: local!filterData[fv!index],/* &amp;lt;&amp;lt; Repeating data*/&lt;br /&gt;
storeCity: local!filterData[fv!index],/* &amp;lt;&amp;lt; Repeating data*/&lt;br /&gt;
storeState: local!filterData[fv!index]/* &amp;lt;&amp;lt; Repeating data*/&lt;br /&gt;
)&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
Which is assigning the same values to all the columns, that was exactly the test i was trying to make. so the gird it self its right, the data you are passing is the problem.  But for this new we need more context on the information where you are getting this values &amp;quot;local!filterData&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Because as i see it self &amp;quot;filterData&amp;quot; is an array which you are assigning the same values all the collumns in the grid. &lt;br /&gt;
As Mike commented you can get the information directly from the rule&lt;br /&gt;
&lt;br /&gt;
Jose&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48524?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 22:01:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5deed90e-a81b-41eb-a996-1b0c6cf778d7</guid><dc:creator>ck0220</dc:creator><description>Not sure if you read earlier, but this was code passed down to me. I&amp;#39;m not sure exactly why the type! casting is happening either to be honest. &lt;br /&gt;
&lt;br /&gt;
Here&amp;#39;s the piece of code containing filterData if that helps.&lt;br /&gt;
local!filterData: if(&lt;br /&gt;
rule!AF_RULE_General_isBlank(&lt;br /&gt;
local!search&lt;br /&gt;
),&lt;br /&gt;
{},&lt;br /&gt;
index(&lt;br /&gt;
local!data,&lt;br /&gt;
where(&lt;br /&gt;
like(&lt;br /&gt;
lower(local!data),&lt;br /&gt;
&amp;quot;*&amp;quot; &amp;amp; lower(local!search) &amp;amp; &amp;quot;*&amp;quot;&lt;br /&gt;
)&lt;br /&gt;
)&lt;br /&gt;
)&lt;br /&gt;
),&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48522?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 21:58:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6527f3f6-0b02-4420-b17e-bcf1f8bbdc37</guid><dc:creator>Mike Schmitt</dc:creator><description>In the code you&amp;#39;ve pasted, you&amp;#39;re setting every property to the same value (the value of &amp;quot;local!filterData[fv!index]&amp;quot;).  I&amp;#39;m not clear why you&amp;#39;re even doing this type! casting - you should just be able to display data in the grid straight from the data you&amp;#39;re receiving in your rule input.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48521?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 21:54:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4dca5792-9cd1-4520-b635-62acc385967a</guid><dc:creator>ck0220</dc:creator><description>&lt;p&gt;Update:&lt;br /&gt; &lt;br /&gt; Part of the reason the information was not displaying was because the CDT was using the incorrect fields. The CDT now uses the correct fields and all of the columns in the grid display information! &lt;br /&gt; &lt;br /&gt; However, now all of the information is the exact same as the first column. &lt;br /&gt; &lt;br /&gt; This is the new code:&lt;br /&gt; a!forEach(&lt;br /&gt; items: local!filterData,&lt;br /&gt; expression: &amp;#39;type!{urn:com:appian:types:store}store_Entity&amp;#39;(&lt;br /&gt; name: local!filterData[fv!index],storeID:&amp;nbsp;&amp;nbsp;local!filterData[fv!index],&lt;br /&gt; storeNumber: local!filterData[fv!index],&lt;br /&gt; storeManager: local!filterData[fv!index],&lt;br /&gt; storeCity: local!filterData[fv!index],&lt;br /&gt; storeState: local!filterData[fv!index]&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; &lt;br /&gt; What would be the reasoning for the duplication of information?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48520?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 21:27:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a7d9b6ad-c318-46fd-af99-cff738ada3be</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;We would need more context as to your overall form in order to know why you&amp;#39;re getting that error (though i&amp;#39;d guess it&amp;#39;s just syntax).&lt;/p&gt;
&lt;p&gt;As a side note, I strongly encourage you to use the &amp;quot;Insert Code&amp;quot; tool in the Insert menu, to avoid making your posts impossible to read when pasting large chunks of code, and to retain formatting (which makes code 10x easier to read).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48519?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 21:19:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5e573218-a7de-4121-b396-210fc1c87df9</guid><dc:creator>ck0220</dc:creator><description>Hi Mike,&lt;br /&gt;
&lt;br /&gt;
Any time I attempt to add the paragraph field before the grid field, I receive the error:&lt;br /&gt;
&lt;br /&gt;
Could not display interface. Please check definition and inputs.&lt;br /&gt;
Interface Definition: Expression evaluation error while parsing rule &amp;#39;grid_user_selectentities&amp;#39;: Missing right parenthesis in expression, found COMMA&lt;br /&gt;
&lt;br /&gt;
But there is no right parenthesis missing&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48518?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 21:07:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:06fa5309-1f8d-426b-bd4f-5d63da3a893d</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;The only reason I can think of why storeID might not be displaying is that your data set (ri!storeData.data) doesn&amp;#39;t contain a property with the exact name &amp;quot;storeID&amp;quot;. &amp;nbsp;You probably need to check whether it&amp;#39;s something different.&lt;/p&gt;
&lt;p&gt;By way of testing, you can display the exact value of the datasubset you&amp;#39;re working with in a test paragraph field that you can then remove later.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!paragraphField(
  label: &amp;quot;DEBUG&amp;quot;,
  value: ri!storeData,
  readOnly: true()
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48517?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 21:06:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5bed6d36-cb23-4f8b-95ed-e3d5facb9ecf</guid><dc:creator>ck0220</dc:creator><description>Ok. So I&amp;#39;m going to try and explain what I just did.&lt;br /&gt;
&lt;br /&gt;
Upon looking at the forEach again, I realized that it is calling the CDT Store_Entity. That CDT did not have the storeID name nor type which was probably part of the issue. So what I did was add a field from that CDT (phone number) to the a!foreach. It now says &lt;br /&gt;
&lt;br /&gt;
a!forEach(&lt;br /&gt;
          items: local!filterData,&lt;br /&gt;
          expression: &amp;#39;type!{urn:com:appian:types:store}store_Entity&amp;#39;(&lt;br /&gt;
            name: local!filterData[fv!index],&lt;br /&gt;
            storeNumber: local!filterData[fv!index]&lt;br /&gt;
          )&lt;br /&gt;
        )&lt;br /&gt;
This allowed for the second column to populate. However, the phone number is not in the second column, the name is. So now I have two columns with the same store name even though the second column says Store Number.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48516?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 20:51:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a8f60362-1450-48a1-9acb-0f8d0baaa5e8</guid><dc:creator>josep</dc:creator><description>Actually, as I said this should be an array, thats why it prompted an error. Sorry about it  return it to {}  try the 2) option you will see the information ( please delte it when you finish) &lt;br /&gt;
&lt;br /&gt;
In the previous comment I noticed this. &lt;br /&gt;
hey this part you are just creating object with 1 field, the Name, then the other fields won&amp;#39;t have values &lt;br /&gt;
a!forEach(&lt;br /&gt;
    items: local!filterData,&lt;br /&gt;
     expression: &amp;#39;type!{urn:com:appian:types:store}store_Entity&amp;#39;(&lt;br /&gt;
        Name: local!filterData[fv!index],&lt;br /&gt;
        storeID: local!filterData[fv!index]&lt;br /&gt;
     )&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
It seems like the problem is on the information the grid is receiving.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48515?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 20:47:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ace0d267-43cb-48fa-a20a-15dfbae20cb6</guid><dc:creator>josep</dc:creator><description>Yes sorry, I added another comment, let me check this&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48514?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 20:46:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f494a18-fbbb-479a-b45a-64bf8467a670</guid><dc:creator>josep</dc:creator><description>hey this part you are just creating object with 1 field, the Name, then the other fields won&amp;#39;t have values &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a!forEach(&lt;br /&gt;
items: local!filterData,&lt;br /&gt;
expression: &amp;#39;type!{urn:com:appian:types:store}store_Entity&amp;#39;(&lt;br /&gt;
Name: local!filterData[fv!index]&lt;br /&gt;
)&lt;br /&gt;
)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48513?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 20:39:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f3b2fb7b-1930-4c91-a8b7-b5b36da4e163</guid><dc:creator>ck0220</dc:creator><description>&lt;p&gt;As soon as I typed the &amp;quot;*We have not DATA *&amp;quot; and attempted to test, I received this error:&lt;br /&gt; &lt;br /&gt; Could not display interface. Please check definition and inputs.&lt;br /&gt; Interface Definition: Expression evaluation error in rule &amp;#39;grid_user_selectstores&amp;#39; at function a!gridField: A grid component [label=&amp;ldquo;Please select a store. &amp;rdquo;] has an invalid value for &amp;ldquo;totalCount&amp;rdquo;. &amp;ldquo;totalCount&amp;rdquo; must not be null or less than the number of items in any of the &amp;ldquo;data&amp;rdquo; arrays, but &amp;ldquo;totalCount&amp;rdquo; was 0 and the largest column data array had 1 items.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48512?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 20:29:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef9e6e42-54f0-495b-b9f3-27e0de711c60</guid><dc:creator>josep</dc:creator><description>1) Can you try this? ans see what you get? &lt;br /&gt;
a!gridTextColumn(&lt;br /&gt;
		label: cons!NMLS_TEXT_STORE_ID_LABEL,&lt;br /&gt;
		field: &amp;quot;storeID&amp;quot;,&lt;br /&gt;
		data: index(&lt;br /&gt;
			ri!storeData.data,&lt;br /&gt;
			&amp;quot;storeID&amp;quot;,&lt;br /&gt;
			&amp;quot;*We have not DATA *&amp;quot;&lt;br /&gt;
		)&lt;br /&gt;
	),  &lt;br /&gt;
&lt;br /&gt;
2)  to make sure you get the information in the datasubset add a &amp;quot;paragraphField &amp;quot;&lt;br /&gt;
...&lt;br /&gt;
a!paragraphField(value:ri!storeData.data), &lt;br /&gt;
a!gridField(&lt;br /&gt;
label: cons!NMLS_TEXT_SELECT_A_STORE_LABEL,&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
This will tell you lot of information&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot display the rest of the fields in a grid</title><link>https://community.appian.com/thread/48510?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 19:54:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5af551c8-f131-49ac-b080-c88ef2e1bc54</guid><dc:creator>ck0220</dc:creator><description>Also,&lt;br /&gt;
&lt;br /&gt;
I noticed you had a foreach in the 2.1.2. There is also a main form that is calling this grid.&lt;br /&gt;
&lt;br /&gt;
Here is some code from that form.&lt;br /&gt;
local!data: if(&lt;br /&gt;
      rule!AF_RULE_General_isBlank(&lt;br /&gt;
        local!unSelectableEntityData&lt;br /&gt;
      ),&lt;br /&gt;
      local!stores,&lt;br /&gt;
      if(&lt;br /&gt;
        local!unSelectableEntityData.totalCount = 0,&lt;br /&gt;
        local!stores,&lt;br /&gt;
        remove(&lt;br /&gt;
          local!stores,&lt;br /&gt;
          wherecontains(&lt;br /&gt;
            touniformstring(&lt;br /&gt;
              {local!unSelectableEntityData.data.Name, local!unSelectableEntityData.data.storeID}&lt;br /&gt;
            ),&lt;br /&gt;
            local!stores&lt;br /&gt;
          )&lt;br /&gt;
        )&lt;br /&gt;
      )&lt;br /&gt;
    ),&lt;br /&gt;
&lt;br /&gt;
    local!filterData: if(&lt;br /&gt;
      rule!AF_RULE_General_isBlank(&lt;br /&gt;
        local!search&lt;br /&gt;
      ),&lt;br /&gt;
      {},&lt;br /&gt;
      index(&lt;br /&gt;
        local!data,&lt;br /&gt;
        where(&lt;br /&gt;
          like(&lt;br /&gt;
            lower(local!data),&lt;br /&gt;
            &amp;quot;*&amp;quot; &amp;amp; lower(local!search) &amp;amp; &amp;quot;*&amp;quot;&lt;br /&gt;
          )&lt;br /&gt;
        )&lt;br /&gt;
      )&lt;br /&gt;
    ),&lt;br /&gt;
&lt;br /&gt;
    local!sampleData: if(&lt;br /&gt;
      rule!AF_RULE_General_isBlank(&lt;br /&gt;
        local!search&lt;br /&gt;
      ),&lt;br /&gt;
      {&lt;br /&gt;
        {}        &lt;br /&gt;
      },&lt;br /&gt;
&lt;br /&gt;
      {&lt;br /&gt;
        a!forEach(&lt;br /&gt;
          items: local!filterData,&lt;br /&gt;
          expression: &amp;#39;type!{urn:com:appian:types:store}store_Entity&amp;#39;(&lt;br /&gt;
            Name: local!filterData[fv!index]&lt;br /&gt;
          )&lt;br /&gt;
        )&lt;br /&gt;
      }&lt;br /&gt;
    ),&lt;br /&gt;
 &lt;br /&gt;
      local!entityData: todatasubset(&lt;br /&gt;
        local!sampleData,&lt;br /&gt;
        local!gridSelection.pagingInfo&lt;br /&gt;
      ),&lt;br /&gt;
      local!selectedStoresData: todatasubset(&lt;br /&gt;
        local!selectedStores,&lt;br /&gt;
        local!gridSelection2.pagingInfo&lt;br /&gt;
      ),&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>