<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Editable Grid - Selection</title><link>https://community.appian.com/discussions/f/general/40143/editable-grid---selection</link><description>I have a editable grid. I have to select only one row at a time. Based on the selected identifier, I am displaying another grid in the side. How can I select only one row at a time?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Editable Grid - Selection</title><link>https://community.appian.com/thread/153299?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 10:49:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:431582fe-e685-4368-8e0c-1c964305227e</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;Have a local variable which stores selection value. In selectionSaveInto directly save the index of the row selected in the local variable. Have the side grid configured such that it shows data as per the row index saved in local variable.&lt;/p&gt;
[quote userid="299458" url="~/discussions/f/general/40143/editable-grid---selection"]How can I select only one row at a time?[/quote]
&lt;p&gt;Have your selectionSaveInto something like the below&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; selectionSaveInto: {
      a!save(local!selected,a!flatten(save!value)),
    a!save(
      target: local!selected,
      value: index(local!selected, count(local!selected), null)
)},&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Editable Grid - Selection</title><link>https://community.appian.com/thread/153294?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 09:27:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eceb6b42-387c-4c16-8d2e-6b0ed765f68a</guid><dc:creator>Prakash </dc:creator><description>&lt;p&gt;Check if this thread can answer your queries -&amp;nbsp;&lt;a href="https://community.appian.com/discussions/f/user-interface/37261/if-i-selected-one-row-in-editable-grid-then-it-should-deselect-all-other-rows-except-selected-row/139377"&gt;community.appian.com/.../139377&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>