<?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>override download file</title><link>https://community.appian.com/discussions/f/new-to-appian/29978/override-download-file</link><description>When I upload more than one files and then going to download thes files .only first file is downloading not all files are downloading. 
 what sould I do so that all uploading files are able to downloaded................. 
 
 code:--- 
 a!localVariables</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: override download file</title><link>https://community.appian.com/thread/119052?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2023 09:18:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9da09f2e-cb67-40d2-b581-ef51aaade479</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;That code is a bit confusing ...&lt;/p&gt;
&lt;p&gt;I think that it should be enough to change&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!documentDownloadLink( 
  document: local!docId
),&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!documentDownloadLink( 
  document: fv!row.docId
),&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Why! The grid iterates on the records in your list &amp;quot;local!docData&amp;quot;. fv!row points to one record to define values for each grid row.&lt;/p&gt;
&lt;p&gt;I do not understand why you created that local!docId ?!?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: override download file</title><link>https://community.appian.com/thread/119051?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2023 08:41:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8a46da32-2275-44ca-adeb-6c62ddfa1b06</guid><dc:creator>shifa</dc:creator><description>&lt;p&gt;how I apply forEach here&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: override download file</title><link>https://community.appian.com/thread/119038?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2023 07:56:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e9d2cfa7-e7fe-4677-842e-89eaf6d28ead</guid><dc:creator>harshjan</dc:creator><description>&lt;p&gt;Hey, &lt;br /&gt;- documentdownloadlink will download only one document in the array, so you can give the download link to each document using forloop.&lt;br /&gt;- Another way is that you can prepare the zip file for the documents using any smart service and then pass that zip in the download link.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: override download file</title><link>https://community.appian.com/thread/119025?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2023 06:43:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8b967c9-041b-421c-b34c-52f1fb2942c2</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Well, if you have a list of files, it would help to display links to each file. Did you consider to use a foreach() to do so?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: override download file</title><link>https://community.appian.com/thread/119017?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2023 04:19:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a307e705-cbcc-4937-92b2-c3be2f176edf</guid><dc:creator>anmolvijayvergiya</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/2555.Screenshot-2023_2D00_08_2D00_23-152716.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>