<?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>Issue on Editable Grid</title><link>https://community.appian.com/discussions/f/user-interface/9754/issue-on-editable-grid</link><description>Hi All, when I am using the Editable Grid on Form, as soon as I try to enter the values in it, it gives me an error. when I looked into Application Server Logs, it is showing the following error: at com.appiancorp.process.expression.ExpressionRuntimeException</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Issue on Editable Grid</title><link>https://community.appian.com/thread/42997?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2017 23:35:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:45c846f7-40e6-4f57-b2a7-fc4139845810</guid><dc:creator>reginaldm377</dc:creator><description>@rishub i tried your code and i didn&amp;#39;t get that error until i tried to delete a row i had previously populated with data so not sure why you&amp;#39;re getting that error at the moment. The only change I made, as it pertains to the grid, is the following: &lt;br /&gt;&lt;br /&gt;1+rule!enumerate(count(ri!Partial_Transfer_Asset_Information)) --&amp;gt; 1+enumerate(count(ri!Partial_Transfer_Asset_Information))&lt;br /&gt;&lt;br /&gt;Everything else is pretty much the same. Check the type of all your ri!inputs and if the array box is checked.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on Editable Grid</title><link>https://community.appian.com/thread/42996?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2017 22:53:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:51569987-3756-40c6-a376-d71bbec88b92</guid><dc:creator>rishub</dc:creator><description>It happens with any field on Grid.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on Editable Grid</title><link>https://community.appian.com/thread/42995?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2017 22:14:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:073d523a-0b96-4018-afb3-d90e91c1e30a</guid><dc:creator>reginaldm377</dc:creator><description>@rishub Could you do a few quick test cases and see which field (in your gridl) you experience this issue or does this happen with any field within the grid?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on Editable Grid</title><link>https://community.appian.com/thread/42994?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2017 21:59:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f548aaa1-a2a6-4ed3-97dc-f4386f7a9441</guid><dc:creator>rishub</dc:creator><description>@Reginaldm377, but how come this can be issue. I am using almost same code that is given on recipe. The only difference is that instead of using the hard-coded values, the initial values fro grid are blank i.e. Partial_Transfer_Asset_Information (Any Type) is blank&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on Editable Grid</title><link>https://community.appian.com/thread/42993?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2017 21:52:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e3b6b4be-03f1-436b-a59a-125df901b9e5</guid><dc:creator>rishub</dc:creator><description>For Enter_Transfer_Instructions_Form Input, TransferAssetType,AccountNumber , AccountName, DelAcctNumber, DelAcctType, DelFirmName, button, TransferType,TransferSpecialInstructions (text, single  for all of the above), Partial_Transfer_Asset_Information (Any Type)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on Editable Grid</title><link>https://community.appian.com/thread/42992?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2017 21:30:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:74b8e5bc-7f71-4199-b69b-14b06ff3a91d</guid><dc:creator>reginaldm377</dc:creator><description>I&amp;#39;m going to go on a whim and say there is a type mismatch between what you&amp;#39;re indexing into for a particular row &amp;amp; what that row is suppose to receive.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on Editable Grid</title><link>https://community.appian.com/thread/42991?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2017 21:06:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3e0d42e6-2d5e-4015-a4b1-ae010328bc4e</guid><dc:creator>rishub</dc:creator><description>Attached is the code: For itemeachRow Inputs are: items (any type), index (number int, single), itemsToken(any type)&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/13/Partial_5F00_Tran_5F00_Asset_5F00_Info_5F00_ucItemRowEach.txt"&gt;Partial_Tran_Asset_Info_ucItemRowEach.txt&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/13/Enter_5F00_Transfer_5F00_Instructions_5F00_Form.txt"&gt;Enter_Transfer_Instructions_Form.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on Editable Grid</title><link>https://community.appian.com/thread/42990?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2017 21:01:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7601b503-618e-440a-882e-fd2c471c8b98</guid><dc:creator>Raviteja Varma Jampana</dc:creator><description>Could you please share the SAIL Code which is causing this.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on Editable Grid</title><link>https://community.appian.com/thread/42989?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2017 20:51:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ba2dda59-c1b4-4b79-9e64-32aa33d4327d</guid><dc:creator>Josh</dc:creator><description>It would help if you posted the grid and grid row rule.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on Editable Grid</title><link>https://community.appian.com/thread/42988?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2017 20:36:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7963d79a-3928-4f1e-a08f-c53a7940d027</guid><dc:creator>rishub</dc:creator><description>...p.suiteapi.common.exceptions.AppianException: java.lang.IllegalArgumentException: Invalid index type: Cannot index property of type &amp;#39;Number (Integer)&amp;#39; into dictionary &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;... 461 more&lt;br /&gt;Caused by: java.lang.IllegalArgumentException: Invalid index type: Cannot index property of type &amp;#39;Number (Integer)&amp;#39; into dictionary &lt;br /&gt;&lt;br /&gt;Can anyone guide what is going on?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>