How to make a Behavior with LINKTOVIEW taken frome sheet

I’ create a table, row as app data type, create behavior " App: go to another view…" as a target take a row frome a table… in a row was tested : LINKTOVIEW, “#view=…” and ewery time I got ERR.

The LINKTOVIEW(“xxx”) app did not load successfully. Please contact the app creator.
Network error. Please check connectivity and try again. or :
The " app did not load successfully. Please contact the app creator.
Network error. Please check connectivity and try again.

I’ dont know what I’m doing wrong…

I think you mean to have defined a column as App data type?

If so and you just simply want to go that app you need to use the LINKTOAPP() function.

If you want to go to a specific view within that other app you would use the LINKTOVIEW() BUT you need to specify the viewname AND the appid - maybe the App column can be used as the app id parameter? (I never done that)

Read these articles for more information on how to use these functions.

LINKTOAPP()

LINKTOVIEW()

1 Like