<?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-2029 Unable to save value in Interface Designer when rule input is named "action"</title><link>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2029 Unable to save value in Interface Designer when rule input is named "action"</title><link>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action</link><pubDate>Tue, 26 Nov 2019 05:17:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4acb32e7-c747-4330-bac2-bbeb01a61eee</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 11/26/2019 5:17:43 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When setting a save into value for a rule input named &lt;code&gt;ri!action&lt;/code&gt;, the value is not saved in the Interface Designer rule input.&lt;/p&gt;
&lt;p&gt;The SAIL code resembles this:&lt;/p&gt;
&lt;pre&gt;saveInto: ri!action&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;Users will also see this behavior when using the Interface Designer to add and map a button to a rule input labeled as &lt;code&gt;ri!action&lt;/code&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The &amp;quot;action&amp;quot; keyword disables the Interface Designer from saving the value properly. The actual function of the code works fine in process, just not in the Interface Designer. This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-109013&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The most straight-forward workaround is to rename the rule input to something other than &amp;quot;action.&amp;quot;&lt;/p&gt;
&lt;p&gt;Another workaround to this issue is to use &lt;code&gt;a!save&lt;/code&gt; like so:&lt;/p&gt;
&lt;pre&gt;saveInto: a!save(&lt;br /&gt;ri!action,&lt;br /&gt;save!value&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;This explicitly defines the target and the value to be saved.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 17.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, rule input, SAIL, application design, Interface Designer&lt;/div&gt;
</description></item><item><title>KB-XXXX Rule input "action" does not save value in Interface Designer</title><link>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action/revision/6</link><pubDate>Tue, 26 Nov 2019 05:14:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4acb32e7-c747-4330-bac2-bbeb01a61eee</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Parmida Borhani on 11/26/2019 5:14:18 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When setting a save into value for a rule input named &lt;code&gt;ri!action&lt;/code&gt;, the value is not saved in the Interface Designer rule input.&lt;/p&gt;
&lt;p&gt;The SAIL code resembles this:&lt;/p&gt;
&lt;pre&gt;saveInto: ri!action&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;Users will also see this behavior when using the Interface Designer to add and map a button to a rule input labeled as &lt;code&gt;ri!action&lt;/code&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The &amp;quot;action&amp;quot; keyword disables the Interface Designer from saving the value properly. The actual function of the code works fine in process, just not in the Interface Designer. This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-109013&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The most straight-forward workaround is to rename the rule input to something other than &amp;quot;action.&amp;quot;&lt;/p&gt;
&lt;p&gt;Another workaround to this issue is to use &lt;code&gt;a!save&lt;/code&gt; like so:&lt;/p&gt;
&lt;pre&gt;saveInto: a!save(&lt;br /&gt;ri!action,&lt;br /&gt;save!value&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;This explicitly defines the target and the value to be saved.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 17.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, rule input, SAIL, application design, Interface Designer&lt;/div&gt;
</description></item><item><title>KB-XXXX Rule input "action" does not save value in interface designer</title><link>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action/revision/5</link><pubDate>Mon, 25 Nov 2019 10:16:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4acb32e7-c747-4330-bac2-bbeb01a61eee</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Sean Kim on 11/25/2019 10:16:21 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When setting a save into value for a rule input named &lt;code&gt;ri!action&lt;/code&gt;, the value is not saved in the interface designer rule input.&lt;/p&gt;
&lt;p&gt;The SAIL code resembles this:&lt;/p&gt;
&lt;pre&gt;saveInto: ri!action&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;Users will also see this behavior when using the interface designer to add and map a button to a rule input labeled as &lt;code&gt;ri!action&lt;/code&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The &amp;quot;action&amp;quot; keyword disables the interface designer from saving the value properly. The actual function of the code works fine in process, just not in the interface designer. This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-109013&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The most straight forward workaround is to rename the rule input to something other than &amp;quot;action.&amp;quot;&lt;/p&gt;
&lt;p&gt;Another workaround to this issue is to use &lt;code&gt;a!save&lt;/code&gt; like so:&lt;/p&gt;
&lt;pre&gt;saveInto: a!save(&lt;br /&gt;ri!action,&lt;br /&gt;save!value&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;This explicitly defines the target and the value to be saved.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 17.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, SAIL, application design&lt;/div&gt;
</description></item><item><title>KB-XXXX Rule input "action" does not save value in interface designer</title><link>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action/revision/4</link><pubDate>Fri, 22 Nov 2019 20:43:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4acb32e7-c747-4330-bac2-bbeb01a61eee</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Rebecca Jonas on 11/22/2019 8:43:41 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When setting a save into value for a rule input named &lt;code&gt;ri!action&lt;/code&gt;, the value is not saved.&lt;/p&gt;
&lt;p&gt;This can be seen in the interface designer trying to save a value into a rule input named &lt;code&gt;ri!action&lt;/code&gt;. The SAIL code resembles this:&lt;/p&gt;
&lt;pre&gt;saveInto: ri!action&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;Users will also see this behavior when using the interface designer to add and map a button to a rule input labeled as &lt;code&gt;ri!action&lt;/code&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The &amp;quot;action&amp;quot; keyword disables the interface designer from saving the value properly. The actual function of the code works fine in process, just not in the interface designer. This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-109013&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;It is always best practice to use &lt;code&gt;a!save&lt;/code&gt; like so:&lt;/p&gt;
&lt;pre&gt;saveInto: a!save(&lt;br /&gt;ri!action,&lt;br /&gt;save!value&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;This explicitly defines the target and the value to be saved.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 17.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, SAIL, application design&lt;/div&gt;
</description></item><item><title>KB-XXXX Rule input "action" does not save value in interface designer</title><link>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action/revision/3</link><pubDate>Fri, 22 Nov 2019 14:39:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4acb32e7-c747-4330-bac2-bbeb01a61eee</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Sean Kim on 11/22/2019 2:39:29 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When setting a save into value for a rule input named ri!action, the value is not saved.&lt;/p&gt;
&lt;p&gt;This can be seen in the interface designer trying to save a value into a rule input named ri!action. The SAIL code resembles this:&lt;/p&gt;
&lt;pre&gt;saveInto: ri!action&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;Users will also see this behavior when using the interface designer to add and map a button to a rule input labeled as ri!action.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The &amp;quot;action&amp;quot; keyword disables the interface designer from saving the value properly.&amp;nbsp;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-109013&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;However the actual function of the code works fine in process, just not in the interface designer.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;It is always best practice to use a!save like so:&lt;/p&gt;
&lt;pre&gt;saveInto: a!save(&lt;br /&gt;ri!action,&lt;br /&gt;save!value&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;This explicitly defines the target and the value to be saved.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 17.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, SAIL, application design&lt;/div&gt;
</description></item><item><title>KB-XXXX Rule input "action" does save value in interface designer</title><link>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action/revision/2</link><pubDate>Fri, 22 Nov 2019 10:46:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4acb32e7-c747-4330-bac2-bbeb01a61eee</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Sean Kim on 11/22/2019 10:46:33 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When setting a save into value for a rule input named ri!action, the value is not saved.&lt;/p&gt;
&lt;p&gt;This can be seen in the interface designer trying to save a value into a rule input named ri!action. The SAIL code resembles this:&lt;/p&gt;
&lt;pre&gt;saveInto: ri!action&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;Users will also see this behavior when using the interface designer to add and map a button to a rule input labeled as ri!action.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The &amp;quot;action&amp;quot; keyword disables the interface designer from saving the value properly.&amp;nbsp;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-109013&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;However the actual function of the code works fine in process, just not in the interface designer.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;It is always best practice to use a!save like so:&lt;/p&gt;
&lt;pre&gt;saveInto: a!save(&lt;br /&gt;ri!action,&lt;br /&gt;save!value&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;This explicitly defines the target and the value to be saved.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 17.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, SAIL, application design&lt;/div&gt;
</description></item><item><title>KB-XXXX Rule input "action" does save value in interface designer</title><link>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action/revision/1</link><pubDate>Fri, 22 Nov 2019 08:48:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4acb32e7-c747-4330-bac2-bbeb01a61eee</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/1604/kb-2029-unable-to-save-value-in-interface-designer-when-rule-input-is-named-action#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Sean Kim on 11/22/2019 8:48:14 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When setting a save into value for a rule input named ri!action, the value is not saved.&lt;/p&gt;
&lt;p&gt;This can be seen in the interface designer trying to save a value into a rule input named ri!action. The SAIL code resembles this:&lt;/p&gt;
&lt;pre&gt;saveInto: ri!action&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The &amp;quot;action&amp;quot; keyword disables the interface designer from saving the value properly.&amp;nbsp;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-109013&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;However the actual function of the code works fine in process, just not in the interface designer.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;It is always best practice to use a!save like so:&lt;/p&gt;
&lt;pre&gt;saveInto: a!save(&lt;br /&gt;ri!action,&lt;br /&gt;save!value&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;This explicitly defines the target and the value to be saved.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 17.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, SAIL, application design&lt;/div&gt;
</description></item></channel></rss>