<?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 Re: &amp;quot;Execute Automation&amp;quot; button action and 'Open link in same tab' in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/quot-Execute-Automation-quot-button-action-and-Open-link-in-same/m-p/2536948#M6307</link>
    <description>&lt;P&gt;Short reply:&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;Yes — you can have a button trigger a Qlik Automate workflow and then open a link in the same app, but you’ll need to orchestrate it via a chart/application button plus a hyperlink ⁠— there’s no built-in “run automation then open URL” single-click control.&lt;/P&gt;&lt;P&gt;Typically you’d set up:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;a button in your app that calls the automation with the “Run Automation” action, &lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;in the automation output, include a redirected URL or message that the front‐end picks up and opens (e.g., a dynamic sheet or external link)&lt;BR /&gt;or&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;simply use the button’s URL to open the link after triggering, if the automation doesn’t require returning value first.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So yes, it’s doable — just not as a one-click native toggle.&lt;/P&gt;</description>
    <pubDate>Sun, 23 Nov 2025 07:52:29 GMT</pubDate>
    <dc:creator>nevopotokcloudinary</dc:creator>
    <dc:date>2025-11-23T07:52:29Z</dc:date>
    <item>
      <title>"Execute Automation" button action and 'Open link in same tab'</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/quot-Execute-Automation-quot-button-action-and-Open-link-in-same/m-p/2536511#M6298</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Does anyone have any info on what the 'Open link in same tab' toggle does in the execute automation button action? It only appears when enabling the Show notification toggle, so I had assumed that it refers to handling a link/URL returned from the automation that is shown in the toast notification?&lt;/P&gt;&lt;P&gt;I can't seem to get a URL returned to display as a clickable link though - using markdown works in the actual automation output, but when displayed in an app, doesn't work. Any knowers out there?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andr_0-1763509144009.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/185099iE44D6BE4274F9B67/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andr_0-1763509144009.png" alt="Andr_0-1763509144009.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Toast notification in app:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andr_2-1763509228495.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/185101iD598DD2CA62348F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andr_2-1763509228495.png" alt="Andr_2-1763509228495.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Output when looking at the actual automation (URL displays/works as expected with markdown):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andr_3-1763509251559.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/185102i2252007F5AB2B6F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andr_3-1763509251559.png" alt="Andr_3-1763509251559.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTML also doesn't work&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andr_1-1763509169575.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/185100i21B7BDDF10F382F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andr_1-1763509169575.png" alt="Andr_1-1763509169575.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 23:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/quot-Execute-Automation-quot-button-action-and-Open-link-in-same/m-p/2536511#M6298</guid>
      <dc:creator>André</dc:creator>
      <dc:date>2025-11-18T23:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: "Execute Automation" button action and 'Open link in same tab'</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/quot-Execute-Automation-quot-button-action-and-Open-link-in-same/m-p/2536948#M6307</link>
      <description>&lt;P&gt;Short reply:&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;Yes — you can have a button trigger a Qlik Automate workflow and then open a link in the same app, but you’ll need to orchestrate it via a chart/application button plus a hyperlink ⁠— there’s no built-in “run automation then open URL” single-click control.&lt;/P&gt;&lt;P&gt;Typically you’d set up:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;a button in your app that calls the automation with the “Run Automation” action, &lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;in the automation output, include a redirected URL or message that the front‐end picks up and opens (e.g., a dynamic sheet or external link)&lt;BR /&gt;or&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;simply use the button’s URL to open the link after triggering, if the automation doesn’t require returning value first.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So yes, it’s doable — just not as a one-click native toggle.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Nov 2025 07:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/quot-Execute-Automation-quot-button-action-and-Open-link-in-same/m-p/2536948#M6307</guid>
      <dc:creator>nevopotokcloudinary</dc:creator>
      <dc:date>2025-11-23T07:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: "Execute Automation" button action and 'Open link in same tab'</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/quot-Execute-Automation-quot-button-action-and-Open-link-in-same/m-p/2537864#M6344</link>
      <description>&lt;P&gt;Thanks for the insight - how do I return a URL from the automation that is then opened?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 18:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/quot-Execute-Automation-quot-button-action-and-Open-link-in-same/m-p/2537864#M6344</guid>
      <dc:creator>André</dc:creator>
      <dc:date>2025-12-02T18:57:02Z</dc:date>
    </item>
  </channel>
</rss>

