Hi Pedro ,
If I understood Correctly that you want to open the page/link in a new tab , you can do so using javaScript.
Take a local variable URL and assign the link to which you want to navigate.
Then add a javascript , "window.open(URL,'New Window','height:450, width:650','resizable:yes','scrollbars:yes');"
Let me know if that works for you.