<?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>Is it possible to do bulk update in editable grid</title><link>https://community.appian.com/discussions/f/general/35431/is-it-possible-to-do-bulk-update-in-editable-grid</link><description>I am trying to do bulk update i.e. update more than one row at a time using editable grid. Please suggest how to do this</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Is it possible to do bulk update in editable grid</title><link>https://community.appian.com/thread/137951?ContentTypeID=1</link><pubDate>Thu, 11 Jul 2024 14:08:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cb47c18e-28fd-4160-80fd-e309756729a9</guid><dc:creator>Niharika</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am able to acheive that, posting sample code for other people&amp;#39;s reference.&lt;/p&gt;
&lt;p&gt;selectionValue: local!selectedIndices,&lt;br /&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: {&lt;br /&gt; a!save(&lt;br /&gt; local!selectedIndices,&lt;br /&gt; a!flatten(save!value)&lt;br /&gt; ),&lt;br /&gt; a!save(&lt;br /&gt; local!selectedValues,&lt;br /&gt; local!employeeData.data[local!selectedIndices]&lt;br /&gt; )&lt;br /&gt; },&lt;br /&gt; selectable: true,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to do bulk update in editable grid</title><link>https://community.appian.com/thread/137949?ContentTypeID=1</link><pubDate>Thu, 11 Jul 2024 14:02:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b4c4461-9eb6-4cc3-8b9c-a7e71b3d6767</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;You can have a button or link (outside of the grid) which, when clicked, sets the values on every row (for a particular column) to some set value, or even a user-entered value.&amp;nbsp; This is not that difficult, but depends on exactly what you want to do and what you mean - you might need to provide more detail if you want a more specific or useful answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>