<?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>Unable to add a file component to editable grid row</title><link>https://community.appian.com/discussions/f/user-interface/38209/unable-to-add-a-file-component-to-editable-grid-row</link><description>How am I supposed to on a addRowLink, add an empty document file to my list of documents files? 
 The thing is: on a interface, the fileUploadField is working, but it doesn&amp;#39;t work on the site</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Unable to add a file component to editable grid row</title><link>https://community.appian.com/thread/143842?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2024 21:26:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dcaa149d-f3c4-4a16-80fa-5e4abe3dc15c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Why aren&amp;#39;t you just storing the document ID in the row of data itself?&amp;nbsp; Why the separate &amp;quot;ri!documents&amp;quot; array?&amp;nbsp; That&amp;#39;s unnecessarily complicated in most cases.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to add a file component to editable grid row</title><link>https://community.appian.com/thread/143841?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2024 21:17:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:20327446-2f11-4d11-9441-4138383627ab</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;What doesn&amp;#39;t work exactly? The file doesn&amp;#39;t upload?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to add a file component to editable grid row</title><link>https://community.appian.com/thread/143839?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2024 20:25:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:429f5d87-dbee-4b7f-beb4-c19f2620f19c</guid><dc:creator>Silas. B. Ferreira</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    addRowlink: a!dynamicLink(
      label: &amp;quot;Inserir novo documento&amp;quot;,
      /*value: { id: null, doc: &amp;quot;&amp;quot;, tipo: &amp;quot;&amp;quot;, descricao: &amp;quot;&amp;quot; },*/
      value: &amp;#39;recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta&amp;#39;(
        &amp;#39;recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{9edd3c74-2a43-4d35-a34a-f15156e24008}nome&amp;#39;: null
      ),
      saveInto: {
        a!save(ri!documents, append(ri!documents, &amp;quot;&amp;quot;)),
        a!save(ri!record, append(ri!record, save!value)),
      }
    ),
    rowHeader: 1,
    
  )&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This works on the interface, but it doesn&amp;#39;t on the site&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>