Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
André
Creator
Creator

"Execute Automation" button action and 'Open link in same tab'

Hi all,

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?

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?

Andr_0-1763509144009.png

Toast notification in app:

Andr_2-1763509228495.png

Output when looking at the actual automation (URL displays/works as expected with markdown):

Andr_3-1763509251559.png

 

HTML also doesn't work

Andr_1-1763509169575.png

Labels (1)
2 Replies
nevopotokcloudinary

Short reply:


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.

Typically you’d set up:

  • a button in your app that calls the automation with the “Run Automation” action, and

  • 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)
    or

  • simply use the button’s URL to open the link after triggering, if the automation doesn’t require returning value first.

So yes, it’s doable — just not as a one-click native toggle.

André
Creator
Creator
Author

Thanks for the insight - how do I return a URL from the automation that is then opened?