<?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>Editable grid</title><link>https://community.appian.com/discussions/f/new-to-appian/24063/editable-grid</link><description>Hi,how to I display document name ,in editable grid on uploading document? 
 Do I need docName column in cdt in order to map that?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Editable grid</title><link>https://community.appian.com/thread/92706?ContentTypeID=1</link><pubDate>Thu, 24 Mar 2022 17:05:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:60387e42-4cb0-403f-8cf0-09353c9bc4ab</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;A general principle in software engineering is to not store any value that can be derived at run-time (unless there&amp;#39;s a compelling performance-related reason to do so). The same applies here - if you CDT currently has an attribute that holds the documentId you can derive the document name from that value using a function:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/22.1/fnc_scripting_document.html"&gt;docs.appian.com/.../fnc_scripting_document.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Editable grid</title><link>https://community.appian.com/thread/92705?ContentTypeID=1</link><pubDate>Thu, 24 Mar 2022 17:05:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5db83963-66e1-4b69-843d-30e92447269a</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;In an editable grid you can populate a grid cell with a File Upload Field.&amp;nbsp; The document(s) uploaded in that grid column, as usual, won&amp;#39;t actually be uploaded to the target Appian folder until the form is submitted - until that, they are unavailable to be targeted by most system functions like document(), etc.&lt;/p&gt;
&lt;p&gt;Can you share a bit more about what you&amp;#39;re hoping to accomplish, at a high level?&amp;nbsp; When you say &amp;quot;display document name&amp;quot;, what in particular are you hoping to have happen that isn&amp;#39;t accomplished by the filename being displayed within the File Upload Field, which is what already happens?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>