<?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>Is there a way to have a file link generated when implementing the SQL to Excel node?</title><link>https://community.appian.com/discussions/f/rules/2179/is-there-a-way-to-have-a-file-link-generated-when-implementing-the-sql-to-excel-node</link><description>Is there a way to have a file link generated when implementing the SQL to Excel node? Here is my example: I have a process dashboard that has a Export CSV button. User clicks button and it initiates the SQL to Excel download. What I would like then is</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Is there a way to have a file link generated when implementing the SQL to Excel node?</title><link>https://community.appian.com/thread/7783?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2014 23:06:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:af6ac322-c325-4dca-91bf-a624df9e92fd</guid><dc:creator>Alex Weller</dc:creator><description>Mike, my apologies if I was not clear. The solution I recommended is for adding a link to a form in process for the user to download the generated document. I was also pointing to a document, not a folder.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to have a file link generated when implementing the SQL to Excel node?</title><link>https://community.appian.com/thread/7782?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2014 23:00:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1946dd35-90a7-417e-ab9e-0a13b3dc8cee</guid><dc:creator>mikec</dc:creator><description>Hey Alex, I did the above and here is what got generated.  linktofolderinternal(pv!savedFolder,&amp;quot;CSV Exports&amp;quot;).  It generated a link in the email &amp;quot;CSV Exports&amp;quot;.  However, the URL was the following;  /suite/knowledge/ViewFolderContents.bg?id=16270&amp;amp;appian_environment=  .  As you can see what is generated by the function linktofolderinternal is missing the &lt;a href="https://ourdomain.com"&gt;https://ourdomain.com&lt;/a&gt;.  Even when I appended the domain name to the URL it would still not take me to the folder.  The folder link in the properties is this:  &lt;a href="https://OURDOMAIN.appiancloud.com/suite/content/16270?appian_environment=designer"&gt;OURDOMAIN.appiancloud.com/.../16270&lt;/a&gt;.  While the URL generated from the linktofolderinternal with the appended domain is this: &lt;a href="https://OURDOMAIN.appiancloud.com/suite/knowledge/ViewFolderContents.bg?id=16270&amp;amp;appian_environment="&gt;OURDOMAIN.appiancloud.com/.../ViewFolderContents.bg&lt;/a&gt;.  See the difference?  We are all Tempo enabled and cloud based.  What would be better is I think I could construct the URL if I could get the folder ID.  Anyway to get the folder ID on the Save from SQL?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to have a file link generated when implementing the SQL to Excel node?</title><link>https://community.appian.com/thread/7740?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2014 20:02:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:73f703ad-7eb5-4c91-a954-62a20198b0a1</guid><dc:creator>mikec</dc:creator><description>Thanks Alex.  I&amp;#39;ll take a look.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to have a file link generated when implementing the SQL to Excel node?</title><link>https://community.appian.com/thread/7689?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2014 21:31:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cbc65d6d-8263-4571-a023-54b549397be6</guid><dc:creator>Alex Weller</dc:creator><description>1) Save the output of the SQL to Excel node in to a PV (type Document)&lt;br /&gt;2) Flow into a form (or loop back to the original form) and add a link component to the form. Configure the link component with URL Value = linktodocumentintenral(pv!newDoc,&amp;quot;Download Generated CSV&amp;quot;) and Title = &amp;quot;Download Generated CSV&amp;quot;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>