Skip to main content
Version: Streamsheets 2.3

OPENURL

Opens any given URL. The given URL needs to start with http/https

info

OPENURL only works in an Event.

Syntax

OPENURL(URL,TAB)

Arguments

NameDescription
URLURL to open
TABTRUE or FALSE. Decides if URL will be opened in new TAB or same TAB. Default = TRUE.

Return Value

TRUE

Example

FunctionResultComment
OPENURL("https://cedalo.com/")TRUEOpens the cedalo.com page in another Tab.