<?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>Difference between null and empty string in Appian</title><link>https://community.appian.com/discussions/f/data/17260/difference-between-null-and-empty-string-in-appian</link><description>Hi 
 Is there any way in Appian to differ between empty string and a null. 
 Regards,</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Difference between null and empty string in Appian</title><link>https://community.appian.com/thread/68077?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 03:11:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5ba64c6a-b1d9-4177-a223-9e33406927ee</guid><dc:creator>ekanshj</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/rebecar369"&gt;rebecar369&lt;/a&gt;&lt;br /&gt;You can use something like this to find out if the value is NULL or Empty String&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;load(
  local!value: NULL,
  typename(typeof(local!value))
  )&lt;/pre&gt;&lt;br /&gt;Here you will get the output as &amp;quot;NULL&amp;quot; if the value is null otherwise List of Variants or Texts&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between null and empty string in Appian</title><link>https://community.appian.com/thread/68067?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 16:27:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:af4d7adb-fb02-4a60-b315-03e0204fe268</guid><dc:creator>ChristineLHutchison</dc:creator><description>&lt;p&gt;What is the use case?&lt;br /&gt;Generally when a field can be either, we use or(pv!field=&amp;quot;&amp;quot;, isnull(pv!field)).&amp;nbsp;If it is an array, you can check isnull and length-0&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope that helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>