Open Url
Open an internal or external link
Description
Opens a link (a.k.a. url, weblink, webpage, page) in the same tab, or optionally in a separate tab.
This can be used with full URLs (https://olympe.io
), as well as anchors (#summary
).
See also: Set Navigation Route
Inputs
- Control Flow (Control Flow)
- URL (String): The URL to open.
- Open in same tab (Boolean): If
true
, the URL will open within the same tab as the current page.
Outputs
- Control Flow (Control Flow)
- Result (Boolean):
true
if the URL was successfully opened.