External Link
This node is used to trigger a navigation to a page outside of your app.
It also supports common URL schemes, like mailto: and tel:.

Note that External Link does not work in the Noodl Viewer. You need to run the app in a browser for it to work.
Inputs
| Data | Description |
|---|---|
| Link | The URL that should be opened when the Do signal is triggered. The URL should include the full scheme, e.g. http://, mailto:, etc. |
| Open in New Tab | If this property is set to true the link will be opened in a new browser tab. Otherwise it will open (and replace) the current Noodl app in the browser. |
| Signal | Description |
|---|---|
| Do | Recieving a signal to this input will navigate to the external link. |