<?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>Not appending the data inside the grid</title><link>https://community.appian.com/discussions/f/user-interface/39830/not-appending-the-data-inside-the-grid</link><description>Hi Team, I am facing issue while trying to append the data to rule input , I have editable gird with multiple components with add and remove option using same component i.e dynamic link, so I am trying to update/add some data based on the item getting</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Not appending the data inside the grid</title><link>https://community.appian.com/thread/151968?ContentTypeID=1</link><pubDate>Mon, 13 Oct 2025 11:54:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:03420c5e-7823-4cce-a5a5-45c95d0a3a62</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;&lt;span&gt;Manage current service and fee details through local variables that sync to parent inputs, and apply add/remove logic to both service list and fee details in tandem to keep them consistent across multiple grids and interfaces.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not appending the data inside the grid</title><link>https://community.appian.com/thread/151965?ContentTypeID=1</link><pubDate>Mon, 13 Oct 2025 11:12:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:05290e78-48e2-479a-b366-7dcace1a93ed</guid><dc:creator>iswaryan3520</dc:creator><description>&lt;p&gt;The current service variable is initailized as local from the parent interface like this local!currenservice:ri!service. It&amp;#39;s later used in the child interfaces. So the grid where I am selecting the data have different variable as source data . When i add the data from the grid the current service is appended with new constructor service. So if that new services have certain extension id i need to generate the fee details if that service is been removed from both any way from ref data grid or other grid it needs to be removed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not appending the data inside the grid</title><link>https://community.appian.com/thread/151963?ContentTypeID=1</link><pubDate>Mon, 13 Oct 2025 11:07:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:91b28d16-819d-45a2-9f73-91855e382fe4</guid><dc:creator>iswaryan3520</dc:creator><description>&lt;p&gt;Yeah we have add row link , but This link is something like add cart we can say ,they are populated from ref table based on some input and which is added through this will be created as another recordtype (prc services) and populated in &lt;span style="background-color:#ffff99;"&gt;another grid&lt;/span&gt; as well . My goal is if that added service have some particular extension id i need to generate the fee details. If i remove that service fee details need to be removed.The &lt;span style="background-color:#ffff99;"&gt;other grid&lt;/span&gt; i am mentioning displays both data that added through add row link&amp;nbsp; of that grid and the&amp;nbsp; grid from the above code.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not appending the data inside the grid</title><link>https://community.appian.com/thread/151941?ContentTypeID=1</link><pubDate>Fri, 10 Oct 2025 15:15:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:023dd089-e6a1-4b1f-9fb9-52730c47c020</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I&amp;#39;d recommend against using one control for both of these functions when the data in question is quite as complicated as this appears at first glance.&amp;nbsp; For adding a new row, the &amp;quot;add row link&amp;quot; parameter is almost always sufficient.&amp;nbsp; For removing data, an on-row dynamic link or button is a good choice, since you have the row data&amp;#39;s index right at-hand and can use it directly to delete (or deactivate) that row&amp;#39;s data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not appending the data inside the grid</title><link>https://community.appian.com/thread/151937?ContentTypeID=1</link><pubDate>Fri, 10 Oct 2025 08:48:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bd8e7548-ae0d-41c2-ba91-c6e0db36f003</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;&lt;span&gt;Looks like grid&amp;rsquo;s data variable is not properly reset or updated when switching plans or scenarios, so the append action only works the first time.&lt;br /&gt;Try to&amp;nbsp;reset or reinitialize the grid&amp;rsquo;s data variable (ri!currentServices) whenever the plan or scenario changes, and ensure that your saveInto expressions correctly update both local and rule input variables to refresh the grid data on each add or remove action.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not appending the data inside the grid</title><link>https://community.appian.com/thread/151935?ContentTypeID=1</link><pubDate>Fri, 10 Oct 2025 06:39:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8daff49-d581-4367-bec9-b11835912f87</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Do you have any experience building editable grids? If not, I suggest to start with a very simple example and work you way up to the pretty complex one you currently struggle with.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>