How can I use the "Go To URL" action to open the URL in a new window? The "Go To URL" action does not seem to have any parameters that allow this.
Mighty
1 year ago
You can add an attribute to the link element. Add "target" and set value as "_blank".
Like so.
Jacob Kofoed
1 year ago
You should use links as described by @Mighty Browsers may not want to open pages in new tabs or windows from a non-click-event, if you use an action such as “Go to URL”. This is a form of pop-up blocker system in browsers.