<?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>Remove Nulls from Array</title><link>https://community.appian.com/discussions/f/rules/1237/remove-nulls-from-array</link><description>Is there a simple way to remove nulls from a multiple value array?... 
 OriginalPostID-81806 
 OriginalPostID-81806</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Remove Nulls from Array</title><link>https://community.appian.com/thread/4282?ContentTypeID=1</link><pubDate>Fri, 20 Sep 2013 02:27:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:48ef94ee-c434-403e-9c7c-a071c378dcdb</guid><dc:creator>Richard</dc:creator><description>Sorry, I should have specified, I&amp;#39;m on 6.03, but difference does what I need!  Cheers&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Remove Nulls from Array</title><link>https://community.appian.com/thread/4279?ContentTypeID=1</link><pubDate>Fri, 20 Sep 2013 00:28:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:59d24477-54d6-4a0d-a5d2-609fbe6b5a58</guid><dc:creator>Bishnu Panigrahi</dc:creator><description>Check out the docs for more information on method #1.&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/wiki/72/Looping_Functions#reject.28.29"&gt;forum.appian.com/.../Looping_Functions&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Remove Nulls from Array</title><link>https://community.appian.com/thread/4278?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2013 23:51:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cfae16e1-9d8d-4df4-96c8-b82cbbcf936f</guid><dc:creator>Alicia-Jane Dunn</dc:creator><description>You could use either of the two expressions: &lt;br /&gt;1.  reject(fn!isnull,pv!yourArray)&lt;br /&gt;2.  difference(pv!yourArray, &amp;quot;&amp;quot;)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>