<?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>How to reference to a local variable in my editable grid</title><link>https://community.appian.com/discussions/f/user-interface/29956/how-to-reference-to-a-local-variable-in-my-editable-grid</link><description>Hi! I have created an editable grid with previous data (stored in my local variable) 
 To create an editable grid from scratch, I used to put &amp;quot;fv!item...&amp;quot; in the value and saveInto parameters (so that when the user interacts, the value was saved). 
 But</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to reference to a local variable in my editable grid</title><link>https://community.appian.com/thread/118996?ContentTypeID=1</link><pubDate>Mon, 11 Sep 2023 19:12:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f1e516c-b224-484a-bd59-1a681bfe15a2</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;One important thing to note about Appian is that saves on an interface&amp;nbsp;&lt;em&gt;only&lt;/em&gt; occur when there is a user interaction. So, usually if you want to save information without the user needing to update anything, the easiest approach is to use a button click to trigger the save.&lt;/p&gt;
&lt;p&gt;It looks like you&amp;#39;re close - you have a save into that is taking the information from your local variable and saving it into the rule input. I think you just need to make sure you have all the information from your local variables and save it into any associated rule inputs.&lt;/p&gt;
&lt;p&gt;In addition, if you don&amp;#39;t expect users to interact with the grid, you can likely remove all of the saveInto parameters there (since you won&amp;#39;t need to update anything).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>