Constructed deep link to app
Returns a deep link (App
value) to an app.
Syntax
LINKTOAPP(app-id)
-
app-id
- An expression that returns the ID of the target app.
Notes
AppSheet does not validate app-id
. If invalid (such as, misspelled or otherwise referring to a non-existent app), no error will be displayed.
app-id
can be of any type, iinterpreted as Text
, and will be encoded (as with ENCODEURL()
) for use in the deep link.