I have a repeating group that contains media files (each with their own link). When a user clicks the media file it should open to an external webpage.
The open in new tab is working using the Toolbox plug in and script : window.open(“”)
However for some reason the new tab also opens Bubbles entire URL in front of the external link (google.com):
The media files have a stored link:
And my workflow is setup accordingly:
How do I drop my custom domain/bubble and open directly to the stored link that appears at the end of the URL in image 1?
The URL needs to contain the Scheme (i.e. https://) for it to work…
So either add that in the javascript before the saved Link from your database, or make sure all Links saved in your database contain the correct full URL including the scheme.
Yep… I’ve never come across that issue before… (if you hadn’t posted the pic of the debugger I’d be certain there was an issue with your data - but if you’re still using the same data, i.e. the current cell’s link is www.google.com, then I really don’t know)…