<?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>Question on passing data into an editable grid</title><link>https://community.appian.com/discussions/f/user-interface/7014/question-on-passing-data-into-an-editable-grid</link><description>Hello, I am currently working with passing data into an editable grid. All the data is currently being passed into the grid in the first row as the entire array instead of each component of the array in a separate row. I have attached both my current</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Question on passing data into an editable grid</title><link>https://community.appian.com/thread/28165?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2016 19:22:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78384f18-82ed-4b0f-81c0-5617982b603a</guid><dc:creator>kelseym</dc:creator><description>Thanks @Jennifer!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question on passing data into an editable grid</title><link>https://community.appian.com/thread/28160?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2016 19:06:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e1b7e695-86f0-4a3a-9b8c-f7157c638e31</guid><dc:creator>Jennifer Tang</dc:creator><description>Hi Kelsey! In your &amp;quot;value&amp;quot; fields in the components, it&amp;#39;s missing the ri!index. &lt;br /&gt;&lt;br /&gt;Ex: &lt;br /&gt;&lt;br /&gt;a!textField(&lt;br /&gt;      label:&amp;quot;Email&amp;quot;,&lt;br /&gt;      labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;      value: index(local!tableDataSet.data[ri!index],&amp;quot;emailAddress&amp;quot;,null),&lt;br /&gt;      saveInto:{&lt;br /&gt;        if(&lt;br /&gt;          rule!APN_isBlank(ri!dataSet),&lt;br /&gt;          {&lt;br /&gt;            a!save(ri!dataSet[ri!index].emailAddress,save!value)&lt;br /&gt;            /*a!save(ri!newDataList,append(ri!newDataList, ri!addRow[ri!index]))*/&lt;br /&gt;          },&lt;br /&gt;          {&lt;br /&gt;            a!save(ri!dataSet[ri!index].emailAddress,save!value)&lt;br /&gt;            /*a!save(ri!newDataList,updatearray(ri!newDataList,ri!index,ri!addRow[ri!index]))*/&lt;br /&gt;          }&lt;br /&gt;        ), a!save(&lt;br /&gt;          &lt;br /&gt;        ) &lt;br /&gt;      },&lt;br /&gt;      refreshAfter:&amp;quot;UNFOCUS&amp;quot;,&lt;br /&gt;      required:True&lt;br /&gt;      &lt;br /&gt;    )&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question on passing data into an editable grid</title><link>https://community.appian.com/thread/28158?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2016 18:55:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:af81bbb0-3b47-4d10-8a6f-5823a486f48a</guid><dc:creator>kelseym</dc:creator><description>second attachment&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/13/editablegrid.txt"&gt;editablegrid.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>