<?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>topic Calling Automation from Sense App using Selections in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Calling-Automation-from-Sense-App-using-Selections/m-p/1852599#M138</link>
    <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;given the following use case:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andy70018_0-1635344054295.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/65404iFA8C4524F4B6F741/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andy70018_0-1635344054295.png" alt="andy70018_0-1635344054295.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In a Qlik Sense Saas App users can select invoices and send these invoices to an ERP system to update status information. We use an automation calling the ERP system via API to post the selected invoices.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andy70018_1-1635344317768.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/65405i640E8AEA1F8B1F61/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andy70018_1-1635344317768.png" alt="andy70018_1-1635344317768.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In the automation we use the&amp;nbsp; "Get Straight Table Data" from the qlik cloud services but I do not know how to load only the selected 3 rows and not the whole table.&lt;/P&gt;
&lt;P&gt;Any idea, how we can achieve that?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot, Andy&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 14:26:56 GMT</pubDate>
    <dc:creator>andreas_schoedlbauer</dc:creator>
    <dc:date>2021-10-27T14:26:56Z</dc:date>
    <item>
      <title>Calling Automation from Sense App using Selections</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Calling-Automation-from-Sense-App-using-Selections/m-p/1852599#M138</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;given the following use case:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andy70018_0-1635344054295.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/65404iFA8C4524F4B6F741/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andy70018_0-1635344054295.png" alt="andy70018_0-1635344054295.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In a Qlik Sense Saas App users can select invoices and send these invoices to an ERP system to update status information. We use an automation calling the ERP system via API to post the selected invoices.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andy70018_1-1635344317768.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/65405i640E8AEA1F8B1F61/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andy70018_1-1635344317768.png" alt="andy70018_1-1635344317768.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In the automation we use the&amp;nbsp; "Get Straight Table Data" from the qlik cloud services but I do not know how to load only the selected 3 rows and not the whole table.&lt;/P&gt;
&lt;P&gt;Any idea, how we can achieve that?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot, Andy&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 14:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Calling-Automation-from-Sense-App-using-Selections/m-p/1852599#M138</guid>
      <dc:creator>andreas_schoedlbauer</dc:creator>
      <dc:date>2021-10-27T14:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Automation from Sense App using Selections</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Calling-Automation-from-Sense-App-using-Selections/m-p/1853551#M144</link>
      <description>&lt;P&gt;Hi Andy&lt;/P&gt;
&lt;P&gt;I believe this article will help you further:&amp;nbsp;&lt;LI-MESSAGE title="Triggering an automation from a button on a sheet" uid="1852891" url="https://community.qlik.com/t5/Knowledge/Triggering-an-automation-from-a-button-on-a-sheet/m-p/1852891#U1852891" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is important to understand that automation and the UI component do not share the same user session.&lt;/P&gt;
&lt;P&gt;This results in the fact that an automation cannot get the 'active selection' from the UI and you need to do the selection you want by using the blocks 'select field value',&amp;nbsp; 'select field value by query' or 'apply bookmark'.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 09:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Calling-Automation-from-Sense-App-using-Selections/m-p/1853551#M144</guid>
      <dc:creator>PietMichielRappelet</dc:creator>
      <dc:date>2021-10-29T09:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Automation from Sense App using Selections</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Calling-Automation-from-Sense-App-using-Selections/m-p/1853561#M146</link>
      <description>&lt;P&gt;Hi Piet&lt;/P&gt;
&lt;P&gt;thanks a lot for that. There is another solution described here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents/Using-Qlik-Application-Automation-to-create-and-distribute-Excel/ta-p/1847184" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Documents/Using-Qlik-Application-Automation-to-create-and-distribute-Excel/ta-p/1847184&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But your way seems to be much easier.&lt;/P&gt;
&lt;P&gt;Kind regards, Andi&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 09:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Calling-Automation-from-Sense-App-using-Selections/m-p/1853561#M146</guid>
      <dc:creator>andreas_schoedlbauer</dc:creator>
      <dc:date>2021-10-29T09:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Automation from Sense App using Selections</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Calling-Automation-from-Sense-App-using-Selections/m-p/1921641#M536</link>
      <description>&lt;P&gt;Hi Andy,&lt;/P&gt;
&lt;P&gt;did you try this solution or just found it? This solution is not working for me on Report generation.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 22:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Calling-Automation-from-Sense-App-using-Selections/m-p/1921641#M536</guid>
      <dc:creator>AdnanRafiq</dc:creator>
      <dc:date>2022-04-22T22:06:43Z</dc:date>
    </item>
  </channel>
</rss>

