<?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-2025  Selecting and de-selecting all items in an editable grid results in an incorrect selection list</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2025  Selecting and de-selecting all items in an editable grid results in an incorrect selection list</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list</link><pubDate>Fri, 22 Nov 2019 00:52:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 11/22/2019 12:52:59 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items causes an incorrect selection list to be stored. See the example below.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/AN139517.gif" /&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;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Use &lt;code&gt;gridField()&lt;/code&gt; instead of &lt;code&gt;gridLayout()&lt;/code&gt;. The &lt;code&gt;gridField()&lt;/code&gt; function does not exhibit this abnormal behavior. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Alternatively, a&lt;/span&gt;&lt;span&gt;dd the following to the &lt;code&gt;gridLayout()&lt;/code&gt; SAIL code per the function &lt;a href="https://docs.appian.com/suite/help/latest/Editable_Grid_Component.html" rel="noopener noreferrer" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;/* Flatten the selected values so the result is easier to work with */&lt;br /&gt;/* when the select/deselect all option is used in an editable grid */&lt;br /&gt;selectionSaveInto: a!save(local!selected, a!flatten(save!value)),&lt;/span&gt;&lt;/pre&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 all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, GridField, gridlayout, SAIL, editable grid, application design, open issues&lt;/div&gt;
</description></item><item><title>KB-2025  Selecting and de-selecting all items in an editable grid results in an incorrect selection list</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/16</link><pubDate>Fri, 22 Nov 2019 00:52:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Parmida Borhani on 11/22/2019 12:52:59 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items causes an incorrect selection list to be stored. See the example below.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/AN139517.gif" /&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;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Use &lt;code&gt;gridField()&lt;/code&gt; instead of &lt;code&gt;gridLayout()&lt;/code&gt;. The &lt;code&gt;gridField()&lt;/code&gt; function does not exhibit this abnormal behavior. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Alternatively, a&lt;/span&gt;&lt;span&gt;dd the following to the &lt;code&gt;gridLayout()&lt;/code&gt; SAIL code per the function &lt;a href="https://docs.appian.com/suite/help/latest/Editable_Grid_Component.html" rel="noopener noreferrer" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;/* Flatten the selected values so the result is easier to work with */&lt;br /&gt;/* when the select/deselect all option is used in an editable grid */&lt;br /&gt;selectionSaveInto: a!save(local!selected, a!flatten(save!value)),&lt;/span&gt;&lt;/pre&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 all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, GridField, gridlayout, SAIL, editable grid, application design, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX  Selecting and de-selecting all items in an editable grid results in an incorrect selection list</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/15</link><pubDate>Thu, 21 Nov 2019 03:49:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Parmida Borhani on 11/21/2019 3:49:51 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items causes an incorrect selection list to be stored. See the example below.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/AN139517.gif" /&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;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Use &lt;code&gt;gridField()&lt;/code&gt; instead of &lt;code&gt;gridLayout()&lt;/code&gt;. The &lt;code&gt;gridField()&lt;/code&gt; function does not exhibit this abnormal behavior. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Alternatively, a&lt;/span&gt;&lt;span&gt;dd the following to the &lt;code&gt;gridLayout()&lt;/code&gt; SAIL code per the function &lt;a href="https://docs.appian.com/suite/help/latest/Editable_Grid_Component.html" rel="noopener noreferrer" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;/* Flatten the selected values so the result is easier to work with */&lt;br /&gt;/* when the select/deselect all option is used in an editable grid */&lt;br /&gt;selectionSaveInto: a!save(local!selected, a!flatten(save!value)),&lt;/span&gt;&lt;/pre&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 all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, GridField, gridlayout, SAIL, editable grid, application design, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX  Clicking the 'select all' checkbox in an editable grid and then deselecting all items stores an incorrect selection list</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/14</link><pubDate>Wed, 20 Nov 2019 21:28:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Daniel Castegnaro</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Daniel Castegnaro on 11/20/2019 9:28:52 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items stores an incorrect selection list.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/AN139517.gif" /&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;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Use &lt;code&gt;gridField()&lt;/code&gt; instead of &lt;code&gt;gridLayout()&lt;/code&gt;. The &lt;code&gt;gridField()&lt;/code&gt; function does not exhibit the abnormal behavior outlined in the Symptoms section.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Add the following to the &lt;code&gt;gridLayout()&lt;/code&gt; SAIL code per the function &lt;a href="https://docs.appian.com/suite/help/latest/Editable_Grid_Component.html"&gt;documentation&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;/* Flatten the selected values so the result is easier to work with */&lt;br /&gt;/* when the select/deselect all option is used in an editable grid */&lt;br /&gt;selectionSaveInto: a!save(local!selected, a!flatten(save!value)),&lt;/span&gt;&lt;/pre&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 all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, application design, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX  Clicking the 'select all' checkbox in an editable grid and then deselecting all items stores an incorrect selection list</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/13</link><pubDate>Wed, 20 Nov 2019 21:26:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Daniel Castegnaro</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Daniel Castegnaro on 11/20/2019 9:26:25 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items stores an incorrect selection list.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/AN139517.gif" /&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;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Use &lt;code&gt;gridField()&lt;/code&gt; instead of &lt;code&gt;gridLayout()&lt;/code&gt;. The &lt;code&gt;gridField()&lt;/code&gt; function does not exhibit the abnormal behavior outlined in the Symptoms section.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Add the following to the gridLayout() SAIL code per the function &lt;a href="https://docs.appian.com/suite/help/latest/Editable_Grid_Component.html"&gt;documentation&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;/* Flatten the selected values so the result is easier to work with */&lt;br /&gt;/* when the select/deselect all option is used in an editable grid */&lt;br /&gt;selectionSaveInto: a!save(local!selected, a!flatten(save!value)),&lt;/span&gt;&lt;/pre&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 all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, application design, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX  Clicking the 'select all' checkbox in an editable grid and then deselecting all items stores an incorrect selection list</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/12</link><pubDate>Wed, 20 Nov 2019 18:33:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Daniel Castegnaro</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Daniel Castegnaro on 11/20/2019 6:33:12 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items stores an incorrect selection list.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/AN139517.gif" /&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;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Use gridField() instead of gridLayout(). The gridField() function does not exhibit the abnormal behavior outlined in the Symptoms section.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Add the following to the gridLayout() SAIL code per the function &lt;a href="https://docs.appian.com/suite/help/latest/Editable_Grid_Component.html"&gt;documentation&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;/* Flatten the selected values so the result is easier to work with */&lt;br /&gt;/* when the select/deselect all option is used in an editable grid */&lt;br /&gt;selectionSaveInto: a!save(local!selected, a!flatten(save!value)),&lt;/span&gt;&lt;/code&gt;&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 all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, application design, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX  Clicking the 'select all' checkbox in an editable grid and then deselecting all items stores an incorrect selection list</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/11</link><pubDate>Tue, 19 Nov 2019 23:03:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Daniel Castegnaro</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Daniel Castegnaro on 11/19/2019 11:03:29 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items stores an incorrect selection list.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/AN139517.gif" /&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;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Use gridField() instead of gridLayout(). The gridField() function does not exhibit the abnormal behavior outlined in the Symptoms section.&lt;/span&gt;&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 all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, application design, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX  Clicking the 'select all' checkbox in an editable grid and then deselecting all items stores an incorrect selection list</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/10</link><pubDate>Mon, 18 Nov 2019 22:53:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Daniel Castegnaro</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Daniel Castegnaro on 11/18/2019 10:53:18 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items stores an incorrect selection list. Please find an example below:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a new interface.&lt;/li&gt;
&lt;li&gt;Create an editable grid with selection enabled and some way to be able to see the selected indices (i.e I used a text field to display the value)&lt;/li&gt;
&lt;li&gt;Select all (with the top checkbox):&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573676587215v2.png" /&gt;&lt;/li&gt;
&lt;li&gt;Clear selection with top checkbox:&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573677670209v3.png" /&gt;&lt;/li&gt;
&lt;li&gt;You will notice: &lt;strong&gt;Selected: ;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select an individual item, e.g. row 2: &lt;strong&gt;Selected: ; ; 2&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select another item, e.g. row 1: &lt;strong&gt;Selected: ; ; 2; 1&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Note: Row 2 is deselected automatically, we still see 2 in the selected list and the top checkbox (all) is selected.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Use gridField() instead of gridLayout(). The gridField() function does not exhibit the abnormal behavior outlined in the Symptoms section.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This article applies to all versions of Appian&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, application design, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Select all/deselect all prevents further selections being shown in a gridLayout</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/9</link><pubDate>Mon, 18 Nov 2019 22:51:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Daniel Castegnaro</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Daniel Castegnaro on 11/18/2019 10:51:39 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items stores an incorrect selection list. Please find an example below:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a new interface.&lt;/li&gt;
&lt;li&gt;Create an editable grid with selection enabled and some way to be able to see the selected indices (i.e I used a text field to display the value)&lt;/li&gt;
&lt;li&gt;Select all (with the top checkbox):&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573676587215v2.png" /&gt;&lt;/li&gt;
&lt;li&gt;Clear selection with top checkbox:&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573677670209v3.png" /&gt;&lt;/li&gt;
&lt;li&gt;You will notice: &lt;strong&gt;Selected: ;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select an individual item, e.g. row 2: &lt;strong&gt;Selected: ; ; 2&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select another item, e.g. row 1: &lt;strong&gt;Selected: ; ; 2; 1&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Note: Row 2 is deselected automatically, we still see 2 in the selected list and the top checkbox (all) is selected.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Use gridField() instead of gridLayout(). The gridField() function does not exhibit the abnormal behavior outlined in the Symptoms section.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This article applies to all versions of Appian&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, application design, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Select all/deselect all prevents further selections being shown in a gridLayout</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/8</link><pubDate>Mon, 18 Nov 2019 22:50:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Daniel Castegnaro</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Daniel Castegnaro on 11/18/2019 10:50:41 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items stores an incorrect selection list. Please find an example below:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a new interface.&lt;/li&gt;
&lt;li&gt;Create an editable grid with selection enabled and some way to be able to see the selected indices (i.e I used a text field to display the value)&lt;/li&gt;
&lt;li&gt;Select all (with the top checkbox):&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573676587215v2.png" /&gt;&lt;/li&gt;
&lt;li&gt;Clear selection with top checkbox:&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573677670209v3.png" /&gt;&lt;/li&gt;
&lt;li&gt;You will notice: &lt;strong&gt;Selected: ;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select an individual item, e.g. row 2: &lt;strong&gt;Selected: ; ; 2&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select another item, e.g. row 1: &lt;strong&gt;Selected: ; ; 2; 1&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Note: Row 2 is deselected automatically, we still see 2 in the selected list and the top checkbox (all) is selected.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Use gridField() instead of gridLayout(). The gridField() function does not exhibit the abnormal behavior outlined in the Symptoms section.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This article applies to all versions of Appian&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Select all/deselect all prevents further selections being shown in a gridLayout</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/7</link><pubDate>Mon, 18 Nov 2019 22:45:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Daniel Castegnaro</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Daniel Castegnaro on 11/18/2019 10:45:24 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items stores an incorrect selection list. Please find an example below:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a new interface.&lt;/li&gt;
&lt;li&gt;Create an editable grid with selection enabled and some way to be able to see the selected indices (i.e I used a text field to display the value)&lt;/li&gt;
&lt;li&gt;Select all (with the top checkbox):&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573676587215v2.png" /&gt;&lt;/li&gt;
&lt;li&gt;Clear selection with top checkbox:&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573677670209v3.png" /&gt;&lt;/li&gt;
&lt;li&gt;You will notice: &lt;strong&gt;Selected: ;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select an individual item, e.g. row 2: &lt;strong&gt;Selected: ; ; 2&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select another item, e.g. row 1: &lt;strong&gt;Selected: ; ; 2; 1&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Note: Row 2 is deselected automatically, we still see 2 in the selected list and the top checkbox (all) is selected.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Use gridField() instead of gridLayout(). The gridField() function does not exhibit the abnormal behavior outlined in the Symptoms section.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This article applies to all versions of Appian&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Select all/deselect all prevents further selections being shown in a gridLayout</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/6</link><pubDate>Mon, 18 Nov 2019 22:38:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Daniel Castegnaro</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Daniel Castegnaro on 11/18/2019 10:38:30 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items stores an incorrect selection list. Please find an example below:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a new interface.&lt;/li&gt;
&lt;li&gt;Create an editable grid with selection enabled and some way to be able to see the selected indices (i.e I used a text field to display the value)&lt;/li&gt;
&lt;li&gt;Select all (with the top checkbox):&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573676587215v2.png" /&gt;&lt;/li&gt;
&lt;li&gt;Clear selection with top checkbox:&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573677670209v3.png" /&gt;&lt;/li&gt;
&lt;li&gt;You will notice: &lt;strong&gt;Selected: ;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select an individual item, e.g. row 2: &lt;strong&gt;Selected: ; ; 2&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select another item, e.g. row 1: &lt;strong&gt;Selected: ; ; 2; 1&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Note: Row 2 is deselected automatically, we still see 2 in the selected list and the top checkbox (all) is selected.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Use gridField() instead of gridLayout(). The gridLayout() function does not exhibit the abnormal behavior outlined in the Symptoms section.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This article applies to all versions of Appian&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Select all/deselect all prevents further selections being shown in a gridLayout</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/5</link><pubDate>Mon, 18 Nov 2019 22:33:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Daniel Castegnaro</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Daniel Castegnaro on 11/18/2019 10:33:33 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Symptom 1&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items stores an incorrect selection list. Please find an example below:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a new interface.&lt;/li&gt;
&lt;li&gt;Create an editable grid with selection enabled and some way to be able to see the selected indices (i.e I used a text field to display the value)&lt;/li&gt;
&lt;li&gt;Select all (with the top checkbox):&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573676587215v2.png" /&gt;&lt;/li&gt;
&lt;li&gt;Clear selection with top checkbox:&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573677670209v3.png" /&gt;&lt;/li&gt;
&lt;li&gt;You will notice: &lt;strong&gt;Selected: ;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select an individual item, e.g. row 2: &lt;strong&gt;Selected: ; ; 2&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select another item, e.g. row 1: &lt;strong&gt;Selected: ; ; 2; 1&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Note: Row 2 is deselected automatically, we still see 2 in the selected list and the top checkbox (all) is selected.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Use gridField() instead of gridLayout(). The gridLayout() function does not exhibit the abnormal behavior outlined in the Symptoms section.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This article applies to all versions of Appian&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Select all/deselect all prevents further selections being shown in a gridLayout</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/4</link><pubDate>Wed, 13 Nov 2019 21:12:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Daniel Castegnaro</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Daniel Castegnaro on 11/13/2019 9:12:22 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Symptom 1&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items stores an incorrect selection list. Please find an example below:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a new interface.&lt;/li&gt;
&lt;li&gt;Create an editable grid with selection enabled and some way to be able to see the selected indices (i.e I used a text field to display the value)&lt;/li&gt;
&lt;li&gt;Select all (with the top checkbox):&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573676587215v2.png" /&gt;&lt;/li&gt;
&lt;li&gt;Clear selection with top checkbox:&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573677670209v3.png" /&gt;&lt;/li&gt;
&lt;li&gt;You will notice: &lt;strong&gt;Selected: ;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select an individual item, e.g. row 2: &lt;strong&gt;Selected: ; ; 2&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select another item, e.g. row 1: &lt;strong&gt;Selected: ; ; 2; 1&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Note: Row 2 is deselected automatically, we still see 2 in the selected list and the top checkbox (all) is selected.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;When logging a product defect, ensure you use the&amp;nbsp;&lt;strong&gt;known issues&lt;/strong&gt;&amp;nbsp;tag as well as the&amp;nbsp;&lt;strong&gt;open issues&lt;/strong&gt;&amp;nbsp;or&amp;nbsp;&lt;strong&gt;fixed issues&lt;/strong&gt;&amp;nbsp;tag, depending if the issue is fixed or not.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Use gridField() instead of gridLayout(). The gridLayout() function does not exhibit the abnormal behavior outlined in the Symptoms section.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This article applies to all versions of Appian&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Select all/deselect all prevents further selections being shown in a gridLayout</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/3</link><pubDate>Wed, 13 Nov 2019 21:11:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Daniel Castegnaro</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Daniel Castegnaro on 11/13/2019 9:11:03 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Symptom 1&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items stores an incorrect selection list. Please find an example below:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a new interface.&lt;/li&gt;
&lt;li&gt;Create an editable grid with selection enabled and some way to be able to see the selected indices (i.e I used a text field to display the value)&lt;/li&gt;
&lt;li&gt;Select all (with the top checkbox):&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573676587215v2.png" /&gt;&lt;/li&gt;
&lt;li&gt;Clear selection with top checkbox:&lt;br /&gt; &lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573677670209v3.png" /&gt;&lt;/li&gt;
&lt;li&gt;You will notice: &lt;strong&gt;Selected: ;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select an individual item, e.g. row 2: &lt;strong&gt;Selected: ; ; 2&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select another item, e.g. row 1: &lt;strong&gt;Selected: ; ; 2; 1&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Note: Row 2 is deselected automatically, we still see 2 in the selected list and the top checkbox (all) is selected.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span&gt;Symptom 2&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-144124&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;When logging a product defect, ensure you use the&amp;nbsp;&lt;strong&gt;known issues&lt;/strong&gt;&amp;nbsp;tag as well as the&amp;nbsp;&lt;strong&gt;open issues&lt;/strong&gt;&amp;nbsp;or&amp;nbsp;&lt;strong&gt;fixed issues&lt;/strong&gt;&amp;nbsp;tag, depending if the issue is fixed or not.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Use gridField() instead of gridLayout(). The gridLayout() function does not exhibit the abnormal behavior outlined in the Symptoms section.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This article applies to all versions of Appian&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;November&amp;nbsp;2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Select all/deselect all prevents further selections being shown in a gridLayout</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/2</link><pubDate>Wed, 13 Nov 2019 21:01:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Daniel Castegnaro</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Daniel Castegnaro on 11/13/2019 9:01:06 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;h3&gt;&lt;span&gt;Symptom 1&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;Selecting the &amp;#39;select all&amp;#39; checkbox in an editable grid and then deselecting all items stores an incorrect selection list. Please find an example below:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a new interface.&lt;/li&gt;
&lt;li&gt;Paste the following:&amp;nbsp;EditableGridwithSelectionRecipe.txt(recipe from&amp;nbsp;our docs)&lt;/li&gt;
&lt;li&gt;Select all (with the top checkbox):&lt;br /&gt; &lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573676587215v2.png" alt=" " /&gt;&lt;/li&gt;
&lt;li&gt;Clear selection with top checkbox:&lt;br /&gt; &lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/pastedimage1573677670209v3.png" alt=" " /&gt;&lt;/li&gt;
&lt;li&gt;You will notice: &lt;strong&gt;Selected: ;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select an individual item, e.g. row 2: &lt;strong&gt;Selected: ; ; 2&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select another item, e.g. row 1: &lt;strong&gt;Selected: ; ; 2; 1&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Note: Row 2 is deselected automatically, we still see 2 in the selected list and the top checkbox (all) is selected.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;When logging a product defect, ensure you use the&amp;nbsp;&lt;strong&gt;known issues&lt;/strong&gt;&amp;nbsp;tag as well as the&amp;nbsp;&lt;strong&gt;open issues&lt;/strong&gt;&amp;nbsp;or&amp;nbsp;&lt;strong&gt;fixed issues&lt;/strong&gt;&amp;nbsp;tag, depending if the issue is fixed or not.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Use gridField() instead of gridLayout(). The gridLayout() function does not exhibit the abnormal behavior outlined above.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section includes any relevant version information for Appian or other third/party configurations. Some examples of valid affected versions are as follows:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This article applies to all versions of Appian.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This article applies to Appian 7.11 and later.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This article applies to Appian 16.2 and earlier.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This article applies to Appian 7.11 and 16.1.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: Month YYYY&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Select all/deselect all prevents further selections being shown in a gridLayout</title><link>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list/revision/1</link><pubDate>Tue, 29 Oct 2019 22:54:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c6fddb-a58f-45c7-92c9-3708196eaabb</guid><dc:creator>Daniel Castegnaro</dc:creator><comments>https://community.appian.com/support/w/kb/1579/kb-2025-selecting-and-de-selecting-all-items-in-an-editable-grid-results-in-an-incorrect-selection-list#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Daniel Castegnaro on 10/29/2019 10:54:06 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template. All symptoms of the issue, including relevant screenshots and log lines, should be included here.&amp;nbsp;The symptoms should be as descriptive as possible.&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;This section is required for this template. When writing a cause for a particular article, ensure the following is taken into consideration:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;The cause is concise and does not disclose more information than absolutely necessary.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;The cause does not share any Appian source code. Source code for plugins/shared components are fine.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;If this is an issue outside of the Appian product and the third-party vendor included documentation referencing the bug, provide their documentation for reference.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;For any enhancements/defects, use one of the following as applicable:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This product use case has been logged to the Appian Product Team for consideration to add this functionality in the product. Kindly note it is not Appian Support&amp;rsquo;s policy to disclose how or when a product use case will be implemented.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;&amp;nbsp;in Appian X.X Hotfix Package X.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;List each specific hotfix package/version in ascending order by version.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This use case has been incorporated in Appian X.X Hotfix Package X.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This use case has been incorporated in the following versions/hotfixes:&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;List each specific hotfix package/version in ascending order by version.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;When listing hotfixes, add a hyperlink to the Hotfix documentation for that version.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When logging a product defect, ensure you use the&amp;nbsp;&lt;strong&gt;known issues&lt;/strong&gt;&amp;nbsp;tag as well as the&amp;nbsp;&lt;strong&gt;open issues&lt;/strong&gt;&amp;nbsp;or&amp;nbsp;&lt;strong&gt;fixed issues&lt;/strong&gt;&amp;nbsp;tag, depending if the issue is fixed or not.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If no cause is known and this is not something Engineering can reproduce/needs to know about, then say &amp;ldquo;The root cause of this issue is currently unknown.&amp;rdquo; If you use that as your cause, then a valid action&amp;nbsp;&lt;/span&gt;&lt;strong&gt;must&lt;/strong&gt;&lt;span&gt;&amp;nbsp;be present.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template and contains the steps to resolve the issue. If an issue in an article is solved by a hotfix and/or major version of Appian, use the following language to indicate that:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Upgrade to the latest version of Appian.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;If there is a product issue with Engineering that is open and a workaround for that issue exists, include it in the Action section until the fix is available. After the fix is made available, use that as a workaround instead.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Otherwise, the content in this section should wholly solve a customer&amp;rsquo;s issue without producing any undesirable side effects. If there is at least one valid action that doesn&amp;rsquo;t cause undesirable side effects, all other actions with negative side effects should go in the Workaround section.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If there is no action or workaround that resolves the issue, use the following language:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;There is no action or workaround currently available for this issue. If you are facing this issue, please open a support case with Appian.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is optional and should only be used as an alternative action if there is a massive technical debt associated with performing the action in the above section for customers (such as upgrading). It can also be used if there is a solution to the issue in the article but is more inconvenient to implement or it causes other undesirable behavior and wouldn&amp;rsquo;t warrant being an action.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section includes any relevant version information for Appian or other third/party configurations. Some examples of valid affected versions are as follows:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This article applies to all versions of Appian.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This article applies to Appian 7.11 and later.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This article applies to Appian 16.2 and earlier.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This article applies to Appian 7.11 and 16.1.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: Month YYYY&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>