Open Page in new tab or window

0
On click of the button of one page I want to open a new popup page in new tab or window of the browser.  Can anyone please help me out in achieving this ?  
asked
1 answers
2

Hello,

You can try this with any of the following widgets.

URL Redirector

URL Redirect

Redirect URL Using JS
 

When clicking a button you would:

  1. Call a microflow that opens a small popup page
  2. On the popup page, you will have an entity with an attribute containing the URL you want to open
  3. Which will redirect to a new tab that opens the URL you specified
answered