Constructed deep link to view
Returns a deep link (App
value) to a view for an app (the current app, if not specified).
Syntax
LINKTOVIEW(view, [app-id])
view
- An expression that returns the name of the target view.app-id
- An optional expression that returns the ID of the app containing the target view. Defaults to the current app.
Notes
AppSheet does not validate view
or app-id
. If either of these are invalid (e.g., misspelled, or otherwise refer to something that doesn't exist), no error will be displayed
Both view
and app-id
may be of any type, are interpreted as Text
values, and will be encoded (as with ENCODEURL()
) for use in the deep link.