<?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>Upload file component, edit name functionality issue</title><link>https://community.appian.com/discussions/f/user-interface/40465/upload-file-component-edit-name-functionality-issue</link><description>Updating the file name in fileuploadfield() using parameter documentActions: &amp;quot;EDIT_NAME&amp;quot;, unable to fetch new updated name in either local variable or fv!files.name and validation is failing. 
 
 a!fileUploadField( label: &amp;quot;Documents&amp;quot;, documentActions</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Upload file component, edit name functionality issue</title><link>https://community.appian.com/thread/154736?ContentTypeID=1</link><pubDate>Thu, 28 May 2026 15:13:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:725d3ae8-900f-4fbd-af34-42403f415af2</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Use &lt;a href="https://docs.appian.com/suite/help/26.4/fnc_scripting_document.html"&gt;document()&lt;/a&gt; to read the edited name, not fv!files.name; with EDIT_NAME, the new name is saved on the document, while fv!files.name keeps the original.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote userid="94558" url="~/discussions/f/user-interface/40465/upload-file-component-edit-name-functionality-issue"]local!currentUploadNames: touniformstring(fv!files.name),[/quote]
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;local!currentUploadNames: touniformstring(
  a!forEach(
    items: local!uploadedDocuments,
    expression: tostring(document(fv!item, &amp;quot;name&amp;quot;))
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>