<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article How to use Qlik Application Automation to generate sharing links of Qlik Sense App report stored in cloud storage in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/ta-p/2048243</link>
    <description>&lt;H4&gt;&lt;FONT style="--darkreader-inline-color: #6ecf9e;" color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Qlik Sense Enterprise SaaS&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Qlik Application Automation&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;This article shows how to generate a report from a Qlik Sense app, upload the report to any cloud storage platform, create a sharing link, and send out an email with the link in the body.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We can send the report as an attachment using the Send Mail block in the Mail connector, but this block only supports attachments of size 40MB. An alternative solution is to store reports in any of the cloud storage platforms that support the creation of sharing links and send emails with the links.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I will go through a few examples to show how this can be achieved using the following cloud storage connectors:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Dropbox&lt;/LI&gt;
&lt;LI&gt;Microsoft OneDrive&lt;/LI&gt;
&lt;LI&gt;Microsoft SharePoint&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Amazon S3&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;I will not go through the steps on how to generate the report using Qlik Reporting blocks as it's already explained in &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-create-multi-page-PowerPoint-report-and-store-them-to/ta-p/2025290" target="_blank" rel="noopener"&gt;this article&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The four automation files used in the examples are attached to this article. More information on importing automations can be found&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-upload-and-download-blends/ta-p/1781602" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5&gt;&lt;STRONG&gt;Dropbox&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dropbox-create-sharing-link.png" style="width: 335px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102786iC33A11F26431920E/image-dimensions/335x386?v=v2" width="335" height="386" role="button" title="dropbox-create-sharing-link.png" alt="dropbox-create-sharing-link.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The following steps explain how to create a public URL using the Dropbox connector.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Store the generated report on Dropbox using the "Copy File on Dropbox" block.&amp;nbsp;&lt;SPAN&gt;Configure it to use the output from the "&lt;/SPAN&gt;Generate Report"&lt;SPAN&gt;&amp;nbsp;block as the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Source File&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;and set the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination connector&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to Dropbox. Include the Path from the output of the "Generate Report" block in the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination Path&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;parameter to use the generated filename.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="copy-file-on-dropbox.png" style="width: 240px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102576iC6B0F75DDBA1A01D/image-dimensions/240x370?v=v2" width="240" height="370" role="button" title="copy-file-on-dropbox.png" alt="copy-file-on-dropbox.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add the "Create Sharing Link" block from the Dropbox connector to the automation and configure it to use the path of the file from the output of the "Copy File on Dropbox" block in the &lt;EM&gt;Path&lt;/EM&gt; parameter.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-sharing-link-dropbox.png" style="width: 238px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102577iB86E9216671F4B12/image-dimensions/238x265?v=v2" width="238" height="265" role="button" title="create-sharing-link-dropbox.png" alt="create-sharing-link-dropbox.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add the "Send Mail" block from Microsoft Outlook 365 connector to the automation. Configure the &lt;EM&gt;Content Body&lt;/EM&gt; parameter to use the public URL generated in the step above.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send-mail-outlook.png" style="width: 214px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102578iA32BD5E0F0D43945/image-dimensions/214x529?v=v2" width="214" height="529" role="button" title="send-mail-outlook.png" alt="send-mail-outlook.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H5&gt;&lt;STRONG&gt;Microsoft OneDrive&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="onedrive-create-sharing-link.png" style="width: 341px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102787iB43303A2BE4423EF/image-dimensions/341x449?v=v2" width="341" height="449" role="button" title="onedrive-create-sharing-link.png" alt="onedrive-create-sharing-link.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The following steps explain how to create a public URL using the Microsoft OneDrive connector.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Store the generated report on Microsoft OneDrive using the "Copy File on Microsoft OneDrive" block.&amp;nbsp;&lt;SPAN&gt;Configure it to use the output from the "&lt;/SPAN&gt;Generate Report"&lt;SPAN&gt;&amp;nbsp;block as the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Source File&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;and set the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination connector&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to Microsoft OneDrive. Include the Path from the output of the "Generate Report" block in the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination Path&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;parameter to use the generated filename.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="copy-file-on-onedrive.png" style="width: 213px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102582i356988F85FFC7546/image-dimensions/213x324?v=v2" width="213" height="324" role="button" title="copy-file-on-onedrive.png" alt="copy-file-on-onedrive.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the "Get Item By Path" block from the Microsoft OneDrive connector to the automation. Configure it to use the file path&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;from the output of the "Generate Report" block in the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;File Path&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;parameter to use the generated filename.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="get-item-by-path-onedrive.png" style="width: 249px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102583i018ED27087F097D1/image-dimensions/249x250?v=v2" width="249" height="250" role="button" title="get-item-by-path-onedrive.png" alt="get-item-by-path-onedrive.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the "Create Sharing Link" block from the Microsoft OneDrive connector to the automation. Configure it to use the ID of the file from the output of the "Get Item By Path" block &lt;/SPAN&gt;&lt;SPAN&gt;in the&lt;EM&gt; Item Id&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;parameter.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-sharing-link-oendrive.png" style="width: 249px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102584iFCFBCBD8A8277043/image-dimensions/249x496?v=v2" width="249" height="496" role="button" title="create-sharing-link-oendrive.png" alt="create-sharing-link-oendrive.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the "Send Mail" block from Microsoft Outlook 365 connector to the automation. Configure the &lt;EM&gt;Content Body&lt;/EM&gt; parameter to use the public URL generated in the step above.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send-mail-outlook1.png" style="width: 225px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102672iDEECF0C7A2B9A8BA/image-dimensions/225x580?v=v2" width="225" height="580" role="button" title="send-mail-outlook1.png" alt="send-mail-outlook1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H5&gt;&lt;STRONG&gt;Microsoft SharePoint&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sharepoint-create-sharing-link.png" style="width: 348px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102788i6670F734E582379A/image-dimensions/348x529?v=v2" width="348" height="529" role="button" title="sharepoint-create-sharing-link.png" alt="sharepoint-create-sharing-link.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The following steps explain how to create a public URL using the Microsoft SharePoint connector.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Store the generated report on Microsoft SharePoint using the "Copy File on Microsoft SharePoint" block.&amp;nbsp;&lt;SPAN&gt;Configure it to use the output from the "&lt;/SPAN&gt;Generate Report"&lt;SPAN&gt;&amp;nbsp;block as the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Source File&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;and set the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination connector&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to Microsoft SharePoint. Include the Path from the output of the "Generate Report" block in the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination Path&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;parameter to use the generated filename. Use the do lookup functionality to find a&amp;nbsp;&lt;EM&gt;Drive Id&amp;nbsp;&lt;/EM&gt;or a&amp;nbsp;&lt;EM&gt;Site Id,&amp;nbsp;&amp;nbsp;&lt;/EM&gt;but do not specify both.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="copy-file-on-sharepoint.png" style="width: 266px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102789i202C732E9FE12B16/image-dimensions/266x601?v=v2" width="266" height="601" role="button" title="copy-file-on-sharepoint.png" alt="copy-file-on-sharepoint.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the "List Items On Drive By Site" or "List Items On Drive" block from the Microsoft SharePoint connector to the automation to get all the items on a drive/site. Use the do lookup functionality to find a&amp;nbsp;&lt;EM&gt;Drive Id&amp;nbsp;&lt;/EM&gt;or a&amp;nbsp;&lt;EM&gt;Site Id.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="list-items-on-drive-by-site.png" style="width: 275px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102791i7B62D686E8882808/image-dimensions/275x558?v=v2" width="275" height="558" role="button" title="list-items-on-drive-by-site.png" alt="list-items-on-drive-by-site.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Add a "Filter List" block to retrieve the generated report stored in SharePoint based on the report name. Note that the report name is equivalent to the Path obtained from the output&amp;nbsp;&lt;SPAN&gt;of the "Generate Report" block. Set the condition as shown in the screenshot below.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filter-list-block.png" style="width: 268px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102792iCA7911C53FFCF593/image-dimensions/268x462?v=v2" width="268" height="462" role="button" title="filter-list-block.png" alt="filter-list-block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Add the "Create Sharing Link" block from the Microsoft SharePoint connector to the automation. Configure it to use Drive Id and Id from the output of the "Filter List" block in the&lt;EM&gt;&amp;nbsp;Drive Id and Item Id&lt;/EM&gt;&amp;nbsp;parameter. Set the &lt;EM&gt;Scope&lt;/EM&gt; parameter value to anonymous to provide access to the sharing link to anyone (including individuals outside your organization) without needing to sign in. Keep in mind that this won't work if the anonymous support is disabled by the SharePoint admin. More info about enabling the external sharing option can be found &lt;A href="https://learn.microsoft.com/en-us/sharepoint/turn-external-sharing-on-or-off" target="_self"&gt;here.&lt;/A&gt;&amp;nbsp;Also, configure the&amp;nbsp;&lt;EM&gt;Expiration Date Time&lt;/EM&gt; Parameter which indicates the expiration time of permission.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-sharing-link-sharepoint.png" style="width: 248px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102796iF311F0586C8123E1/image-dimensions/248x602?v=v2" width="248" height="602" role="button" title="create-sharing-link-sharepoint.png" alt="create-sharing-link-sharepoint.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the "Send Mail" block from Microsoft Outlook 365 connector to the automation. Configure the &lt;EM&gt;Content Body&lt;/EM&gt; parameter to use the public URL generated in the step above.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send-mail-outlook3.png" style="width: 248px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102799i3529E233B3D71C06/image-dimensions/248x650?v=v2" width="248" height="650" role="button" title="send-mail-outlook3.png" alt="send-mail-outlook3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;Amazon S3&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amazon-S3-create-sharing-link.png" style="width: 348px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102612iF60B796A5AD6A031/image-dimensions/348x446?v=v2" width="348" height="446" role="button" title="Amazon-S3-create-sharing-link.png" alt="Amazon-S3-create-sharing-link.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The following steps explain how to create a public URL using the Amazon S3 connector.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Store the generated report on Amazon S3 using the "Copy File on Amazon S3" block.&amp;nbsp;&lt;SPAN&gt;Configure it to use the output from the "&lt;/SPAN&gt;Generate Report"&lt;SPAN&gt;&amp;nbsp;block as the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Source File&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;and set the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination connector&amp;nbsp;&lt;/EM&gt;&lt;SPAN&gt;to Amazon S3. Include the Path from the output of the "Generate Report" block in the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination Path&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;parameter to use the generated filename. Also, configure &lt;EM&gt;Region&lt;/EM&gt; and &lt;EM&gt;Bucket &lt;/EM&gt;parameters.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="copy-file-on-amazon-s3.png" style="width: 253px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102666iEE78C71E73212BF2/image-dimensions/253x529?v=v2" width="253" height="529" role="button" title="copy-file-on-amazon-s3.png" alt="copy-file-on-amazon-s3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Add the "Create Presigned Object URL" block from the Amazon S3 connector to the automation and configure it to use the path of the file from the output of the "Copy File on Amazon S3" block in the &lt;EM&gt;Key&lt;/EM&gt; parameter. Also, configure &lt;EM&gt;Region&lt;/EM&gt;,&amp;nbsp;&lt;EM&gt;Bucket,&amp;nbsp;&lt;SPAN&gt;and Expiration&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;parameters.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-presigned-object-url.png" style="width: 238px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102890i7C85C4C3D27C54BF/image-dimensions/238x487?v=v2" width="238" height="487" role="button" title="create-presigned-object-url.png" alt="create-presigned-object-url.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the "Send Mail" block from Microsoft Outlook 365 connector to the automation. Configure the &lt;EM&gt;Content Body&lt;/EM&gt; parameter to use the public URL generated in the step above.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send-mail-outlook2.png" style="width: 212px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102668iD2FE212855BB704F/image-dimensions/212x529?v=v2" width="212" height="529" role="button" title="send-mail-outlook2.png" alt="send-mail-outlook2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT style="--darkreader-inline-color: #6ecf9e;" color="#339966" data-darkreader-inline-color=""&gt;Related Content&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Reporting/Reports-with-application-automations.htm" target="_self"&gt;&lt;STRONG&gt;&lt;FONT style="--darkreader-inline-color: #6ecf9e;" color="#339966" data-darkreader-inline-color=""&gt;Qlik Reporting&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-create-multi-app-reports-and-store-them-to-Microsoft/ta-p/1993814" target="_self"&gt;&lt;STRONG&gt;&lt;FONT style="--darkreader-inline-color: #6ecf9e;" color="#339966" data-darkreader-inline-color=""&gt;Multi app reports&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/ta-p/2001073" target="_self"&gt;&lt;STRONG&gt;&lt;FONT style="--darkreader-inline-color: #6ecf9e;" color="#339966" data-darkreader-inline-color=""&gt;Microsoft Outlook 365 Connector&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Thu, 23 Mar 2023 03:42:46 GMT</pubDate>
    <dc:creator>AfeefaTk</dc:creator>
    <dc:date>2023-03-23T03:42:46Z</dc:date>
    <item>
      <title>How to use Qlik Application Automation to generate sharing links of Qlik Sense App report stored in cloud storage</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/ta-p/2048243</link>
      <description>&lt;H4&gt;&lt;FONT style="--darkreader-inline-color: #6ecf9e;" color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Qlik Sense Enterprise SaaS&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Qlik Application Automation&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;This article shows how to generate a report from a Qlik Sense app, upload the report to any cloud storage platform, create a sharing link, and send out an email with the link in the body.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We can send the report as an attachment using the Send Mail block in the Mail connector, but this block only supports attachments of size 40MB. An alternative solution is to store reports in any of the cloud storage platforms that support the creation of sharing links and send emails with the links.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I will go through a few examples to show how this can be achieved using the following cloud storage connectors:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Dropbox&lt;/LI&gt;
&lt;LI&gt;Microsoft OneDrive&lt;/LI&gt;
&lt;LI&gt;Microsoft SharePoint&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Amazon S3&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;I will not go through the steps on how to generate the report using Qlik Reporting blocks as it's already explained in &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-create-multi-page-PowerPoint-report-and-store-them-to/ta-p/2025290" target="_blank" rel="noopener"&gt;this article&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The four automation files used in the examples are attached to this article. More information on importing automations can be found&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-upload-and-download-blends/ta-p/1781602" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5&gt;&lt;STRONG&gt;Dropbox&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dropbox-create-sharing-link.png" style="width: 335px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102786iC33A11F26431920E/image-dimensions/335x386?v=v2" width="335" height="386" role="button" title="dropbox-create-sharing-link.png" alt="dropbox-create-sharing-link.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The following steps explain how to create a public URL using the Dropbox connector.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Store the generated report on Dropbox using the "Copy File on Dropbox" block.&amp;nbsp;&lt;SPAN&gt;Configure it to use the output from the "&lt;/SPAN&gt;Generate Report"&lt;SPAN&gt;&amp;nbsp;block as the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Source File&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;and set the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination connector&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to Dropbox. Include the Path from the output of the "Generate Report" block in the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination Path&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;parameter to use the generated filename.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="copy-file-on-dropbox.png" style="width: 240px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102576iC6B0F75DDBA1A01D/image-dimensions/240x370?v=v2" width="240" height="370" role="button" title="copy-file-on-dropbox.png" alt="copy-file-on-dropbox.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add the "Create Sharing Link" block from the Dropbox connector to the automation and configure it to use the path of the file from the output of the "Copy File on Dropbox" block in the &lt;EM&gt;Path&lt;/EM&gt; parameter.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-sharing-link-dropbox.png" style="width: 238px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102577iB86E9216671F4B12/image-dimensions/238x265?v=v2" width="238" height="265" role="button" title="create-sharing-link-dropbox.png" alt="create-sharing-link-dropbox.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add the "Send Mail" block from Microsoft Outlook 365 connector to the automation. Configure the &lt;EM&gt;Content Body&lt;/EM&gt; parameter to use the public URL generated in the step above.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send-mail-outlook.png" style="width: 214px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102578iA32BD5E0F0D43945/image-dimensions/214x529?v=v2" width="214" height="529" role="button" title="send-mail-outlook.png" alt="send-mail-outlook.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H5&gt;&lt;STRONG&gt;Microsoft OneDrive&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="onedrive-create-sharing-link.png" style="width: 341px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102787iB43303A2BE4423EF/image-dimensions/341x449?v=v2" width="341" height="449" role="button" title="onedrive-create-sharing-link.png" alt="onedrive-create-sharing-link.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The following steps explain how to create a public URL using the Microsoft OneDrive connector.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Store the generated report on Microsoft OneDrive using the "Copy File on Microsoft OneDrive" block.&amp;nbsp;&lt;SPAN&gt;Configure it to use the output from the "&lt;/SPAN&gt;Generate Report"&lt;SPAN&gt;&amp;nbsp;block as the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Source File&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;and set the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination connector&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to Microsoft OneDrive. Include the Path from the output of the "Generate Report" block in the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination Path&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;parameter to use the generated filename.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="copy-file-on-onedrive.png" style="width: 213px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102582i356988F85FFC7546/image-dimensions/213x324?v=v2" width="213" height="324" role="button" title="copy-file-on-onedrive.png" alt="copy-file-on-onedrive.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the "Get Item By Path" block from the Microsoft OneDrive connector to the automation. Configure it to use the file path&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;from the output of the "Generate Report" block in the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;File Path&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;parameter to use the generated filename.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="get-item-by-path-onedrive.png" style="width: 249px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102583i018ED27087F097D1/image-dimensions/249x250?v=v2" width="249" height="250" role="button" title="get-item-by-path-onedrive.png" alt="get-item-by-path-onedrive.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the "Create Sharing Link" block from the Microsoft OneDrive connector to the automation. Configure it to use the ID of the file from the output of the "Get Item By Path" block &lt;/SPAN&gt;&lt;SPAN&gt;in the&lt;EM&gt; Item Id&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;parameter.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-sharing-link-oendrive.png" style="width: 249px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102584iFCFBCBD8A8277043/image-dimensions/249x496?v=v2" width="249" height="496" role="button" title="create-sharing-link-oendrive.png" alt="create-sharing-link-oendrive.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the "Send Mail" block from Microsoft Outlook 365 connector to the automation. Configure the &lt;EM&gt;Content Body&lt;/EM&gt; parameter to use the public URL generated in the step above.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send-mail-outlook1.png" style="width: 225px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102672iDEECF0C7A2B9A8BA/image-dimensions/225x580?v=v2" width="225" height="580" role="button" title="send-mail-outlook1.png" alt="send-mail-outlook1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H5&gt;&lt;STRONG&gt;Microsoft SharePoint&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sharepoint-create-sharing-link.png" style="width: 348px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102788i6670F734E582379A/image-dimensions/348x529?v=v2" width="348" height="529" role="button" title="sharepoint-create-sharing-link.png" alt="sharepoint-create-sharing-link.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The following steps explain how to create a public URL using the Microsoft SharePoint connector.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Store the generated report on Microsoft SharePoint using the "Copy File on Microsoft SharePoint" block.&amp;nbsp;&lt;SPAN&gt;Configure it to use the output from the "&lt;/SPAN&gt;Generate Report"&lt;SPAN&gt;&amp;nbsp;block as the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Source File&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;and set the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination connector&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to Microsoft SharePoint. Include the Path from the output of the "Generate Report" block in the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination Path&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;parameter to use the generated filename. Use the do lookup functionality to find a&amp;nbsp;&lt;EM&gt;Drive Id&amp;nbsp;&lt;/EM&gt;or a&amp;nbsp;&lt;EM&gt;Site Id,&amp;nbsp;&amp;nbsp;&lt;/EM&gt;but do not specify both.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="copy-file-on-sharepoint.png" style="width: 266px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102789i202C732E9FE12B16/image-dimensions/266x601?v=v2" width="266" height="601" role="button" title="copy-file-on-sharepoint.png" alt="copy-file-on-sharepoint.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the "List Items On Drive By Site" or "List Items On Drive" block from the Microsoft SharePoint connector to the automation to get all the items on a drive/site. Use the do lookup functionality to find a&amp;nbsp;&lt;EM&gt;Drive Id&amp;nbsp;&lt;/EM&gt;or a&amp;nbsp;&lt;EM&gt;Site Id.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="list-items-on-drive-by-site.png" style="width: 275px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102791i7B62D686E8882808/image-dimensions/275x558?v=v2" width="275" height="558" role="button" title="list-items-on-drive-by-site.png" alt="list-items-on-drive-by-site.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Add a "Filter List" block to retrieve the generated report stored in SharePoint based on the report name. Note that the report name is equivalent to the Path obtained from the output&amp;nbsp;&lt;SPAN&gt;of the "Generate Report" block. Set the condition as shown in the screenshot below.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filter-list-block.png" style="width: 268px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102792iCA7911C53FFCF593/image-dimensions/268x462?v=v2" width="268" height="462" role="button" title="filter-list-block.png" alt="filter-list-block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Add the "Create Sharing Link" block from the Microsoft SharePoint connector to the automation. Configure it to use Drive Id and Id from the output of the "Filter List" block in the&lt;EM&gt;&amp;nbsp;Drive Id and Item Id&lt;/EM&gt;&amp;nbsp;parameter. Set the &lt;EM&gt;Scope&lt;/EM&gt; parameter value to anonymous to provide access to the sharing link to anyone (including individuals outside your organization) without needing to sign in. Keep in mind that this won't work if the anonymous support is disabled by the SharePoint admin. More info about enabling the external sharing option can be found &lt;A href="https://learn.microsoft.com/en-us/sharepoint/turn-external-sharing-on-or-off" target="_self"&gt;here.&lt;/A&gt;&amp;nbsp;Also, configure the&amp;nbsp;&lt;EM&gt;Expiration Date Time&lt;/EM&gt; Parameter which indicates the expiration time of permission.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-sharing-link-sharepoint.png" style="width: 248px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102796iF311F0586C8123E1/image-dimensions/248x602?v=v2" width="248" height="602" role="button" title="create-sharing-link-sharepoint.png" alt="create-sharing-link-sharepoint.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the "Send Mail" block from Microsoft Outlook 365 connector to the automation. Configure the &lt;EM&gt;Content Body&lt;/EM&gt; parameter to use the public URL generated in the step above.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send-mail-outlook3.png" style="width: 248px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102799i3529E233B3D71C06/image-dimensions/248x650?v=v2" width="248" height="650" role="button" title="send-mail-outlook3.png" alt="send-mail-outlook3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;Amazon S3&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amazon-S3-create-sharing-link.png" style="width: 348px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102612iF60B796A5AD6A031/image-dimensions/348x446?v=v2" width="348" height="446" role="button" title="Amazon-S3-create-sharing-link.png" alt="Amazon-S3-create-sharing-link.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The following steps explain how to create a public URL using the Amazon S3 connector.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Store the generated report on Amazon S3 using the "Copy File on Amazon S3" block.&amp;nbsp;&lt;SPAN&gt;Configure it to use the output from the "&lt;/SPAN&gt;Generate Report"&lt;SPAN&gt;&amp;nbsp;block as the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Source File&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;and set the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination connector&amp;nbsp;&lt;/EM&gt;&lt;SPAN&gt;to Amazon S3. Include the Path from the output of the "Generate Report" block in the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Destination Path&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;parameter to use the generated filename. Also, configure &lt;EM&gt;Region&lt;/EM&gt; and &lt;EM&gt;Bucket &lt;/EM&gt;parameters.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="copy-file-on-amazon-s3.png" style="width: 253px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102666iEE78C71E73212BF2/image-dimensions/253x529?v=v2" width="253" height="529" role="button" title="copy-file-on-amazon-s3.png" alt="copy-file-on-amazon-s3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Add the "Create Presigned Object URL" block from the Amazon S3 connector to the automation and configure it to use the path of the file from the output of the "Copy File on Amazon S3" block in the &lt;EM&gt;Key&lt;/EM&gt; parameter. Also, configure &lt;EM&gt;Region&lt;/EM&gt;,&amp;nbsp;&lt;EM&gt;Bucket,&amp;nbsp;&lt;SPAN&gt;and Expiration&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;parameters.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-presigned-object-url.png" style="width: 238px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102890i7C85C4C3D27C54BF/image-dimensions/238x487?v=v2" width="238" height="487" role="button" title="create-presigned-object-url.png" alt="create-presigned-object-url.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the "Send Mail" block from Microsoft Outlook 365 connector to the automation. Configure the &lt;EM&gt;Content Body&lt;/EM&gt; parameter to use the public URL generated in the step above.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send-mail-outlook2.png" style="width: 212px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102668iD2FE212855BB704F/image-dimensions/212x529?v=v2" width="212" height="529" role="button" title="send-mail-outlook2.png" alt="send-mail-outlook2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT style="--darkreader-inline-color: #6ecf9e;" color="#339966" data-darkreader-inline-color=""&gt;Related Content&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Reporting/Reports-with-application-automations.htm" target="_self"&gt;&lt;STRONG&gt;&lt;FONT style="--darkreader-inline-color: #6ecf9e;" color="#339966" data-darkreader-inline-color=""&gt;Qlik Reporting&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-create-multi-app-reports-and-store-them-to-Microsoft/ta-p/1993814" target="_self"&gt;&lt;STRONG&gt;&lt;FONT style="--darkreader-inline-color: #6ecf9e;" color="#339966" data-darkreader-inline-color=""&gt;Multi app reports&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/ta-p/2001073" target="_self"&gt;&lt;STRONG&gt;&lt;FONT style="--darkreader-inline-color: #6ecf9e;" color="#339966" data-darkreader-inline-color=""&gt;Microsoft Outlook 365 Connector&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 23 Mar 2023 03:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/ta-p/2048243</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2023-03-23T03:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik Application Automation to generate sharing links of Qlik Sense App report stored in cloud storage</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/tac-p/2052320#M8737</link>
      <description>&lt;P&gt;Nice, I'm still waiting for Automations to support Google Drive&lt;/P&gt;
&lt;P&gt;Please upvote the idea if you are also waiting for a Google Drive connector see &lt;A href="https://community.qlik.com/t5/Suggest-an-Idea/Add-Google-Drive-connector-to-Qlik-Application-Automation/idc-p/2050960#M12229" target="_blank"&gt;https://community.qlik.com/t5/Suggest-an-Idea/Add-Google-Drive-connector-to-Qlik-Application-Automation/idc-p/2050960#M12229&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 06:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/tac-p/2052320#M8737</guid>
      <dc:creator>PaulVerkooijen_DataFix</dc:creator>
      <dc:date>2023-03-23T06:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik Application Automation to generate sharing links of Qlik Sense App report stored in cloud storage</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/tac-p/2057035#M8852</link>
      <description>&lt;P&gt;we absolutely need a solution to put these report in the mail body....&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 16:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/tac-p/2057035#M8852</guid>
      <dc:creator>OlivierS</dc:creator>
      <dc:date>2023-04-04T16:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik Application Automation to generate sharing links of Qlik Sense App report stored in cloud storage</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/tac-p/2057179#M8855</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/215921"&gt;@OlivierS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use Send Mail block in the Mail connector to send the report as an attachment. But it has a few limitations as mentioned in this article. This article describes workaround that can be used to overcome this limit.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 03:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/tac-p/2057179#M8855</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2023-04-05T03:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik Application Automation to generate sharing links of Qlik Sense App report stored in cloud storage</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/tac-p/2061133#M8949</link>
      <description>&lt;P&gt;Hello has anyone tried to use the google storage block? I tried but I got some error about it not copying the file and that I should go to an url to resume the file uploading&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 16:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/tac-p/2061133#M8949</guid>
      <dc:creator>retech4s</dc:creator>
      <dc:date>2023-04-17T16:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik Application Automation to generate sharing links of Qlik Sense App report stored in cloud storage</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/tac-p/2064104#M9003</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/202912"&gt;@retech4s&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've responded &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-How-to-use-the-cloud-storage-blocks/tac-p/2064103/highlight/true#M9002" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 09:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/tac-p/2064104#M9003</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-04-25T09:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik Application Automation to generate sharing links of Qlik Sense App report stored in cloud storage</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/tac-p/2079472#M9378</link>
      <description>&lt;P&gt;To bad there is still no Google Drive storage block.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is an idea, please like it&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Suggest-an-Idea/Add-Google-Drive-connector-to-Qlik-Application-Automation/idc-p/2079416#M12871" target="_blank"&gt;https://community.qlik.com/t5/Suggest-an-Idea/Add-Google-Drive-connector-to-Qlik-Application-Automation/idc-p/2079416#M12871&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 14:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Qlik-Application-Automation-to-generate-sharing-links/tac-p/2079472#M9378</guid>
      <dc:creator>PaulVerkooijen_DataFix</dc:creator>
      <dc:date>2023-06-02T14:10:40Z</dc:date>
    </item>
  </channel>
</rss>

