<?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-1398 a!forEach does not save inputs in the order they are entered</title><link>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1398 a!forEach does not save inputs in the order they are entered</title><link>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered</link><pubDate>Mon, 23 Jul 2018 13:16:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f6fd939-df62-497a-b315-704e4e2123f6</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 1:16:55 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When entering values into an editable grid, the input does not save in the box it was typed in, as seen below:&lt;/p&gt;
&lt;p&gt;&lt;img src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/4667.442934KB_2D00_recording.gif" alt=" " /&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is often seen when the value in the input field is indexed back into the original array. Unlike &lt;code&gt;a!applyComponents&lt;/code&gt;, updated array items should be saved into &lt;code&gt;fv!item&lt;/code&gt; instead of the local array variables.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Instead of saving into the original array as seen in the below code:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;a!textField(&lt;br /&gt;value: local!list[fv!index].a,&lt;br /&gt;saveInto: local!list[fv!index].a&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;Use the following syntax:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;a!textField(&lt;br /&gt; value: fv!item.a,&lt;br /&gt; saveInto: fv!item.a&lt;br /&gt; )&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.2 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: August 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: expression rules, interfaces, SAIL, application design&lt;/div&gt;
</description></item><item><title>KB-1398 a!forEach does not save inputs in the order they are entered</title><link>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered/revision/6</link><pubDate>Thu, 10 Aug 2017 15:41:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f6fd939-df62-497a-b315-704e4e2123f6</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Nick Vigilante on 8/10/2017 3:41:43 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When entering values into an editable grid, the input does not save in the box it was typed in, as seen below:&lt;/p&gt;
&lt;p&gt;&lt;img src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/4667.442934KB_2D00_recording.gif" alt=" " /&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is often seen when the value in the input field is indexed back into the original array. Unlike &lt;code&gt;a!applyComponents&lt;/code&gt;, updated array items should be saved into &lt;code&gt;fv!item&lt;/code&gt; instead of the local array variables.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Instead of saving into the original array as seen in the below code:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;a!textField(&lt;br /&gt;value: local!list[fv!index].a,&lt;br /&gt;saveInto: local!list[fv!index].a&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;Use the following syntax:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;a!textField(&lt;br /&gt; value: fv!item.a,&lt;br /&gt; saveInto: fv!item.a&lt;br /&gt; )&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.2 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: August 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: expression rules, interfaces, SAIL&lt;/div&gt;
</description></item><item><title>KB-1398 a!forEach does not save inputs in the order they are entered</title><link>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered/revision/5</link><pubDate>Thu, 10 Aug 2017 11:41:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f6fd939-df62-497a-b315-704e4e2123f6</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Nick Vigilante on 8/10/2017 11:41:43 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When entering values into an editable grid, the input does not save in the box it was typed in, as seen below:&lt;/p&gt;
&lt;p&gt;&lt;img src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/4667.442934KB_2D00_recording.gif" alt=" " /&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is often seen when the value in the input field is indexed back into the original array. Unlike &lt;code&gt;a!applyComponents&lt;/code&gt;, updated array items should be saved into &lt;code&gt;fv!item&lt;/code&gt; instead of the local array variables.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Instead of saving into the original array as seen in the below code:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;a!textField(&lt;br /&gt;value: local!list[fv!index].a,&lt;br /&gt;saveInto: local!list[fv!index].a&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;Use the following syntax:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;a!textField(&lt;br /&gt; value: fv!item.a,&lt;br /&gt; saveInto: fv!item.a&lt;br /&gt; )&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.2 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: August 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: expression rules, interfaces, SAIL&lt;/div&gt;
</description></item><item><title>KBXXXX a!forEach does not save inputs in the order they are entered</title><link>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered/revision/4</link><pubDate>Thu, 10 Aug 2017 11:10:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f6fd939-df62-497a-b315-704e4e2123f6</guid><dc:creator>Jenn Pridemore</dc:creator><comments>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Jenn Pridemore on 8/10/2017 11:10:35 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When entering values into an editable grid, the input does not save in the box it was typed in, as seen below:&lt;/p&gt;
&lt;p&gt;&lt;img src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/4667.442934KB_2D00_recording.gif" alt=" " /&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is often seen when the value in the input field is indexed back into the original array. Unlike a!applyComponents, updated array items should be saved into fv!item instead of the local array variables.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Instead of saving into the original array as seen in the below code :&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;a!textField(&lt;br /&gt;value: local!list[fv!index].a,&lt;br /&gt;saveInto: local!list[fv!index].a&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;Use the following syntax :&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;a!textField(&lt;br /&gt; value: fv!item.a,&lt;br /&gt; saveInto: fv!item.a&lt;br /&gt; )&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.2 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: August 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: expression rules, interfaces, SAIL&lt;/div&gt;
</description></item><item><title>KBXXXX a!forEach does not save inputs in the order they are entered</title><link>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered/revision/3</link><pubDate>Thu, 10 Aug 2017 11:06:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f6fd939-df62-497a-b315-704e4e2123f6</guid><dc:creator>Jenn Pridemore</dc:creator><comments>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Jenn Pridemore on 8/10/2017 11:06:30 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When entering values into an editable grid, the input does not save in the box it was typed in, as seen below:&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/442934KB_2D00_recording.gif" alt=" " /&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is often seen when the value in the input field is indexed back into the original array. Unlike a!applyComponents, updated array items should be saved into fv!item instead of the local array variables.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Instead of saving into the original array as seen in the below code :&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;a!textField(&lt;br /&gt;value: local!list[fv!index].a,&lt;br /&gt;saveInto: local!list[fv!index].a&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Use the following syntax :&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;a!textField(&lt;br /&gt; value: fv!item.a,&lt;br /&gt; saveInto: fv!item.a&lt;br /&gt; )&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.2 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: August 2017&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>KBXXXX a!forEach does not save inputs in the order they are entered</title><link>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered/revision/2</link><pubDate>Thu, 10 Aug 2017 09:46:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f6fd939-df62-497a-b315-704e4e2123f6</guid><dc:creator>Jenn Pridemore</dc:creator><comments>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Jenn Pridemore on 8/10/2017 9:46:28 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When entering values into an editable grid, the input does not save in the box it was typed in, as seen below:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/442934KB_2D00_recording.gif"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/442934KB_2D00_recording.gif" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is often seen when the value in the input field is indexed back into the original array. Unlike a!applyComponents, updated array items should be saved into fv!item instead of the local array variables.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>KBXXXX a!forEach does not save inputs in the order they are entered</title><link>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered/revision/1</link><pubDate>Wed, 09 Aug 2017 20:11:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f6fd939-df62-497a-b315-704e4e2123f6</guid><dc:creator>Jenn Pridemore</dc:creator><comments>https://community.appian.com/support/w/kb/658/kb-1398-a-foreach-does-not-save-inputs-in-the-order-they-are-entered#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Jenn Pridemore on 8/9/2017 8:11:31 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When entering values into an editable grid, the input does not save in the box it was typed in, as seen below:&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>