<?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>Document uploads on gridLayout</title><link>https://community.appian.com/discussions/f/rules/9578/document-uploads-on-gridlayout</link><description>I have a gridLayout where I am uploading a document to each record. If the Docuemnt is already uploaded to the record it displays my grid, but if the document is not uploaded it gives an error as below: &amp;quot;Could not display interface. Please check definition</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Document uploads on gridLayout</title><link>https://community.appian.com/thread/41978?ContentTypeID=1</link><pubDate>Fri, 13 Jan 2017 19:47:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:54ad7f32-c410-4aeb-9776-ab3c668c146e</guid><dc:creator>saileshd</dc:creator><description>Yes thats right. Its resolved now. Thanks everyone!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document uploads on gridLayout</title><link>https://community.appian.com/thread/41970?ContentTypeID=1</link><pubDate>Fri, 13 Jan 2017 16:15:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:14461094-b160-49f5-ae6f-8246f7ee34be</guid><dc:creator>ayishabanum1</dc:creator><description>We need to do null check before passing the list . It may resolve the issue.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document uploads on gridLayout</title><link>https://community.appian.com/thread/41969?ContentTypeID=1</link><pubDate>Fri, 13 Jan 2017 16:00:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5a23aee2-d629-4699-b109-77bf991ca1e6</guid><dc:creator>chetany</dc:creator><description>Be aware with using isnull on arrays. (whether CDT or primitive array).&lt;br /&gt;If the variable used for the array is actually null, then null will work as expected and return true.&lt;br /&gt;But, if the array is just empty (but not null), isnull will return false.&lt;br /&gt;&lt;br /&gt;If not kept in mind, this error may cause unintended behavior.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document uploads on gridLayout</title><link>https://community.appian.com/thread/41958?ContentTypeID=1</link><pubDate>Fri, 13 Jan 2017 08:05:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a446cb1a-c5a4-4ab2-a5ef-dc19b7c13a7e</guid><dc:creator>priyankasabankar</dc:creator><description>yes, the error indicates that, the index you are reffering to is not present, checking null before passing the list may resolve the issue!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document uploads on gridLayout</title><link>https://community.appian.com/thread/41957?ContentTypeID=1</link><pubDate>Fri, 13 Jan 2017 07:32:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d6d0fac1-907c-485e-a3c6-447487ec4e46</guid><dc:creator>Sally Mason</dc:creator><description>Before calling &amp;quot;icams_editlogisticsgroupeditmoduleitemroweach&amp;quot;  check that the array is not null ( isnull()  ) as the error mentions the &amp;quot;valid range is empty.&lt;br /&gt;&lt;br /&gt;More information in these functions at &lt;a href="https://forum.appian.com/suite/help/16.3/Array_Functions.html#length.28.29"&gt;forum.appian.com/.../Array_Functions.html&lt;/a&gt;&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/help/16.2/Informational_Functions.html#isnull.28.29"&gt;forum.appian.com/.../Informational_Functions.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document uploads on gridLayout</title><link>https://community.appian.com/thread/41954?ContentTypeID=1</link><pubDate>Fri, 13 Jan 2017 06:18:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:73b7568a-9a3e-4bd4-9e08-c02b1b81fdb8</guid><dc:creator>Karthik</dc:creator><description>@sally, Do we have index 0? I think appian array indexes are starting from 1. Or probably I didn&amp;#39;t understand your response well.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document uploads on gridLayout</title><link>https://community.appian.com/thread/41953?ContentTypeID=1</link><pubDate>Fri, 13 Jan 2017 04:05:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:92a3363a-ead9-4380-9881-d19f4af9132a</guid><dc:creator>saileshd</dc:creator><description>Yes you are right Sally. Let me decode it... I guess I will be able to address it now :)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document uploads on gridLayout</title><link>https://community.appian.com/thread/41952?ContentTypeID=1</link><pubDate>Fri, 13 Jan 2017 03:33:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:46d1a455-f2d6-47ac-994f-a41ee545f578</guid><dc:creator>Sally Mason</dc:creator><description>The error indicates you are trying to access an index that does not exist; so try using a lower index than &amp;#39;1&amp;#39;, use &amp;#39;0&amp;#39; instead. Let us know if that resolves your issue?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document uploads on gridLayout</title><link>https://community.appian.com/thread/41948?ContentTypeID=1</link><pubDate>Fri, 13 Jan 2017 02:33:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:526f94f6-0b91-4ea5-8e9b-9d461a365a6d</guid><dc:creator>gaurava322</dc:creator><description>I too have implemented Document upload component on grid layout, but never faced this issue.&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document uploads on gridLayout</title><link>https://community.appian.com/thread/41947?ContentTypeID=1</link><pubDate>Fri, 13 Jan 2017 02:32:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f1e81a8-829d-463a-b573-19ead22d9d88</guid><dc:creator>gaurava322</dc:creator><description>Can u please share the code that you have written.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>