How to open page in New Tab

Is it possible for me to make this workflow open the page in a new tab?

image

What I would do is put a link element over it and leave the text of the link blank.

So if you’ve created a button already, put it in a fixed group and put the link element over it. (You can also use a Row group for example and give the link element negative margins)

Hello @Melior_Devteam ,
The easiest way for me is to use :
window.open(“How to open page in New Tab”, “_self”);
into an html element or with run javaScript toolbox’s action.

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.