Constructed deep link to row
Returns a deep link to a row with the key column value for a target view in an app (the current app, if not specified).
Syntax
LINKTOROW(key, view, [app-id])
key
- An expression that evaluates to the key column value of the row to which the link should point.view
- An expression that evaluates to the name of the target view.app-id
- An optional expression that evaluates to the ID of the app containing the target view. Defaults to the current app.
Notes
AppSheet does not validate key
, view
, or app-id
. If invalid (such as, misspelled or otherwise referring to a non-existent row, view, or app), no error will be displayed.
Each of key
, 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.