<?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/"><channel><title>KB-1538 Receive message node throws error when importance flag is null</title><link>https://community.appian.com/support/w/kb/890/kb-1538-receive-message-node-throws-error-when-importance-flag-is-null</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1538 Receive message node throws error when importance flag is null</title><link>https://community.appian.com/support/w/kb/890/kb-1538-receive-message-node-throws-error-when-importance-flag-is-null</link><pubDate>Mon, 23 Jul 2018 12:48:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dcb21c14-1435-4fb7-94dd-1c4001183e09</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/890/kb-1538-receive-message-node-throws-error-when-importance-flag-is-null#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 12:48:29 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen when capturing&amp;nbsp;&lt;code&gt;msg!properties&amp;#39;.&amp;#39;Importance&lt;/code&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;and the Receive Message node fails:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Problem:&lt;/strong&gt;&amp;nbsp; This notification is sent for canceled event messages of type Email.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Details:&lt;/strong&gt;&amp;nbsp; Canceled consumed message in Message Expression Out (ERROR:EVAL:@reason=Invalid index: Cannot index into Deferred) for message sent to persistent id&amp;nbsp;XXXX on named port &amp;#39;Await Incoming Email&amp;#39;. The process itself has not been canceled and may continue to consume events.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Recommended Action:&lt;/strong&gt;&amp;nbsp; Check the message listener for correctness. Cleanse the source of the message, if the message itself has caused the failure. For email events, place a spam filter in front of the event listener.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Priority of this problem:&lt;/strong&gt;&amp;nbsp;Normal Priority&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is&amp;nbsp;because the importance flag was not set for the email on the senders side and the value is null, which is causing the node to error out.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;In order to avoid the null value, use the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/fnc_scripting_property.html" target="_blank"&gt;property()&lt;/a&gt;&amp;nbsp;function. This will allow users to set a default value to return, if the importance of the email is not set.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: email, application design&lt;/div&gt;
</description></item><item><title>KB-1538 Receive message node throws error when importance flag is null</title><link>https://community.appian.com/support/w/kb/890/kb-1538-receive-message-node-throws-error-when-importance-flag-is-null/revision/5</link><pubDate>Wed, 04 Apr 2018 08:02:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dcb21c14-1435-4fb7-94dd-1c4001183e09</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/890/kb-1538-receive-message-node-throws-error-when-importance-flag-is-null#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Parmida Borhani on 4/4/2018 8:02:20 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen when capturing&amp;nbsp;&lt;code&gt;msg!properties&amp;#39;.&amp;#39;Importance&lt;/code&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;and the Receive Message node fails:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Problem:&lt;/strong&gt;&amp;nbsp; This notification is sent for canceled event messages of type Email.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Details:&lt;/strong&gt;&amp;nbsp; Canceled consumed message in Message Expression Out (ERROR:EVAL:@reason=Invalid index: Cannot index into Deferred) for message sent to persistent id&amp;nbsp;XXXX on named port &amp;#39;Await Incoming Email&amp;#39;. The process itself has not been canceled and may continue to consume events.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Recommended Action:&lt;/strong&gt;&amp;nbsp; Check the message listener for correctness. Cleanse the source of the message, if the message itself has caused the failure. For email events, place a spam filter in front of the event listener.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Priority of this problem:&lt;/strong&gt;&amp;nbsp;Normal Priority&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is&amp;nbsp;because the importance flag was not set for the email on the senders side and the value is null, which is causing the node to error out.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;In order to avoid the null value, use the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/fnc_scripting_property.html" target="_blank"&gt;property()&lt;/a&gt;&amp;nbsp;function. This will allow users to set a default value to return, if the importance of the email is not set.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: email&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Receive message node throws error when importance flag is null</title><link>https://community.appian.com/support/w/kb/890/kb-1538-receive-message-node-throws-error-when-importance-flag-is-null/revision/4</link><pubDate>Tue, 03 Apr 2018 22:15:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dcb21c14-1435-4fb7-94dd-1c4001183e09</guid><dc:creator>Sasa Denda</dc:creator><comments>https://community.appian.com/support/w/kb/890/kb-1538-receive-message-node-throws-error-when-importance-flag-is-null#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Sasa Denda on 4/3/2018 10:15:01 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen when capturing&amp;nbsp;&lt;code&gt;msg!properties&amp;#39;.&amp;#39;Importance&lt;/code&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;and the Receive Message node fails:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Problem:&lt;/strong&gt;&amp;nbsp; This notification is sent for canceled event messages of type Email.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Details:&lt;/strong&gt;&amp;nbsp; Canceled consumed message in Message Expression Out (ERROR:EVAL:@reason=Invalid index: Cannot index into Deferred) for message sent to persistent id&amp;nbsp;XXXX on named port &amp;#39;Await Incoming Email&amp;#39;. The process itself has not been canceled and may continue to consume events.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Recommended Action:&lt;/strong&gt;&amp;nbsp; Check the message listener for correctness. Cleanse the source of the message, if the message itself has caused the failure. For email events, place a spam filter in front of the event listener.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Priority of this problem:&lt;/strong&gt;&amp;nbsp;Normal Priority&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is&amp;nbsp;because the importance flag was not set for the email on the senders side and the value is null, which is causing the node to error out.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;In order to avoid the null value, use the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/fnc_scripting_property.html" target="_blank"&gt;property()&lt;/a&gt;&amp;nbsp;function. This will allow users to set a default value to return, if the importance of the email is not set.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: email&lt;/div&gt;
</description></item><item><title>KB-XXXX Receive message node throws error when importance flag is null</title><link>https://community.appian.com/support/w/kb/890/kb-1538-receive-message-node-throws-error-when-importance-flag-is-null/revision/1</link><pubDate>Wed, 28 Mar 2018 04:44:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dcb21c14-1435-4fb7-94dd-1c4001183e09</guid><dc:creator>Sasa Denda</dc:creator><comments>https://community.appian.com/support/w/kb/890/kb-1538-receive-message-node-throws-error-when-importance-flag-is-null#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Sasa Denda on 3/28/2018 4:44:01 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen when capturing&amp;nbsp;&lt;strong&gt;&amp;#39;msg!properties&amp;#39;.&amp;#39;Importance&amp;#39;&amp;nbsp;&lt;/strong&gt;and the Receive Message node fails:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Problem:&lt;/strong&gt;&amp;nbsp; This notification is sent for canceled event messages of type Email.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Details:&lt;/strong&gt;&amp;nbsp; Canceled consumed message in Message Expression Out (ERROR:EVAL:@reason=Invalid index: Cannot index into Deferred) for message sent to persistent id&amp;nbsp;XXXX on named port &amp;#39;Await Incoming Email&amp;#39;. The process itself has not been canceled and may continue to consume events.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Recommended Action:&lt;/strong&gt;&amp;nbsp; Check the message listener for correctness. Cleanse the source of the message, if the message itself has caused the failure. For email events, place a spam filter in front of the event listener.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Priority of this problem:&lt;/strong&gt;&amp;nbsp;Normal Priority&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is&amp;nbsp;because the importance flag was not set for the email on the senders side and the value is null, which is causing the node to error out.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;In order to avoid the null value, use the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/18.1/fnc_scripting_property.html" target="_blank"&gt;property()&lt;/a&gt;&amp;nbsp;function. This will allow you to set a default value to return if the importance of the email is not set.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: email&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Receive message node throws error when importance flag is null</title><link>https://community.appian.com/support/w/kb/890/kb-1538-receive-message-node-throws-error-when-importance-flag-is-null/revision/3</link><pubDate>Wed, 28 Mar 2018 02:39:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dcb21c14-1435-4fb7-94dd-1c4001183e09</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/890/kb-1538-receive-message-node-throws-error-when-importance-flag-is-null#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Parmida Borhani on 3/28/2018 2:39:49 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen when capturing&amp;nbsp;&lt;strong&gt;&amp;#39;msg!properties&amp;#39;.&amp;#39;Importance&amp;#39;&amp;nbsp;&lt;/strong&gt;and the Receive Message node fails:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Problem:&lt;/strong&gt;&amp;nbsp; This notification is sent for canceled event messages of type Email.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Details:&lt;/strong&gt;&amp;nbsp; Canceled consumed message in Message Expression Out (ERROR:EVAL:@reason=Invalid index: Cannot index into Deferred) for message sent to persistent id&amp;nbsp;XXXX on named port &amp;#39;Await Incoming Email&amp;#39;. The process itself has not been canceled and may continue to consume events.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Recommended Action:&lt;/strong&gt;&amp;nbsp; Check the message listener for correctness. Cleanse the source of the message, if the message itself has caused the failure. For email events, place a spam filter in front of the event listener.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Priority of this problem:&lt;/strong&gt;&amp;nbsp;Normal Priority&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is&amp;nbsp;because the importance flag was not set for the email on the senders side and the value is null, which is causing the node to error out.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;In order to avoid the null value, use the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/18.1/fnc_scripting_property.html" target="_blank"&gt;property()&lt;/a&gt;&amp;nbsp;function. This will allow you to set a default value to return if the importance of the email is not set.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: email&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Receive message node throws error when importance flag is null</title><link>https://community.appian.com/support/w/kb/890/kb-1538-receive-message-node-throws-error-when-importance-flag-is-null/revision/2</link><pubDate>Wed, 28 Mar 2018 00:45:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dcb21c14-1435-4fb7-94dd-1c4001183e09</guid><dc:creator>Sasa Denda</dc:creator><comments>https://community.appian.com/support/w/kb/890/kb-1538-receive-message-node-throws-error-when-importance-flag-is-null#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Sasa Denda on 3/28/2018 12:45:51 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen when capturing&amp;nbsp;&lt;strong&gt;&amp;#39;msg!properties&amp;#39;.&amp;#39;Importance&amp;#39;&amp;nbsp;&lt;/strong&gt;and the Receive Message node fails:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Problem:&lt;/strong&gt;&amp;nbsp; This notification is sent for canceled event messages of type Email.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Details:&lt;/strong&gt;&amp;nbsp; Canceled consumed message in Message Expression Out (ERROR:EVAL:@reason=Invalid index: Cannot index into Deferred) for message sent to persistent id&amp;nbsp;XXXX on named port &amp;#39;Await Incoming Email&amp;#39;. The process itself has not been canceled and may continue to consume events.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Recommended Action:&lt;/strong&gt;&amp;nbsp; Check the message listener for correctness. Cleanse the source of the message, if the message itself has caused the failure. For email events, place a spam filter in front of the event listener.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Priority of this problem:&lt;/strong&gt;&amp;nbsp;Normal Priority&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is&amp;nbsp;because the importance flag was not set for the email on the senders side and the value is null, which is causing the node to error out.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;In order to avoid the null value, use the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/18.1/fnc_scripting_property.html" target="_blank"&gt;property()&lt;/a&gt;&amp;nbsp;function. This will allow you to set a default value to return if the importance of the email is not set.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: email&lt;/div&gt;
</description></item></channel></rss>