<?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 property on screen</title><link>https://community.appian.com/discussions/f/user-interface/8919/document-property-on-screen</link><description>Hi All, How can we get document extension of an uploaded document in a form without going to process model? OriginalPostID-248919</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Document property on screen</title><link>https://community.appian.com/thread/39631?ContentTypeID=1</link><pubDate>Wed, 23 Nov 2016 19:38:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5ff7fc33-d58f-4456-bc4d-39135a6cd8ab</guid><dc:creator>Josh</dc:creator><description>This post is often referenced for your question: &lt;a href="/search?q=OriginalPostID-153370"&gt;forum.appian.com/.../e-153370&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document property on screen</title><link>https://community.appian.com/thread/39630?ContentTypeID=1</link><pubDate>Wed, 23 Nov 2016 19:29:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8c3ba8e7-fdfd-45ce-9da6-f734ce0d2f41</guid><dc:creator>Shashank</dc:creator><description>@akanksham&lt;br /&gt;&lt;br /&gt;Afaik there is no way to get the extension without going to the process model, but there is a workaround through which it can be achieved&lt;br /&gt;&lt;br /&gt;Use this in you section where you want to display the extension of the file &lt;br /&gt;&lt;br /&gt;rule!getFileExtension(a!fileUploadField(value:ri!image_doc).uploadedDocumentName)&lt;br /&gt;&lt;br /&gt;where the rule "getFileEtension(fileName_txt text)" has &lt;br /&gt;&lt;br /&gt;if(isnull(ri!fileName_txt),"",reverse(split(ri!fileName_txt,"."))[1])&lt;br /&gt;&lt;br /&gt;Hope this is helpful&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>