<?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>how to null check a null check? aka probably doing something stupid</title><link>https://community.appian.com/discussions/f/user-interface/19875/how-to-null-check-a-null-check-aka-probably-doing-something-stupid</link><description>Hello Appian community, 
 
 so I have a long list of codes that I need to be able to search from all of the values have an &amp;quot;entity&amp;quot; more have a &amp;quot;entityType&amp;quot; and some have an &amp;quot;entitySubtype&amp;quot; so I am trying to do a for each loop on all of them and show</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to null check a null check? aka probably doing something stupid</title><link>https://community.appian.com/thread/77637?ContentTypeID=1</link><pubDate>Thu, 05 Nov 2020 21:39:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:380c57c6-26d8-4aa1-a7d0-eadc1cc916d6</guid><dc:creator>kevinr0001</dc:creator><description>&lt;p&gt;thanks for the reply I found out that I had forgotten the () after calling the function&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to null check a null check? aka probably doing something stupid</title><link>https://community.appian.com/thread/77635?ContentTypeID=1</link><pubDate>Thu, 05 Nov 2020 20:44:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7e9b3297-80a1-4b23-9f7c-2ba061029c4f</guid><dc:creator>anon897987</dc:creator><description>&lt;p&gt;Instead of dot notation, try using index():&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;index(fv!item, &amp;quot;entitySubType&amp;quot;, null)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>