LINKTOROW I want to jump via an Action to an...

LINKTOROW

I want to jump via an Action to another App. When I hard code it, it works.

LINKTOROW(“12345678”, “Dashboard”, “MyApp”)

This will jump to the Dashboard View in MyApp, where the Row with the Key 12345678 is selected. Perfect!

The Problem is: The Key is not part of my current App.

I would need something like LINKTOROW(ANY(SELECT(MyApp[Key] , [SerialNumber] = [_THISROW].[SerialNumber])), “Dashboard”, “MyApp”)

But the “MyApp” Table is not part of my current App. That’s why I get the Error “Unable to find table ‘MYAPP’”.

Is there any workaround?

0 6 473
6 REPLIES 6

Edit your “MyApp”. In the web browser, copy the name of the app till “&”. Typically it will be like MyApp-12345.

Use LinkToApp(“MyApp-12345”)

I think i misread your question completely, I am not sure but,you can use deep link of the dash board view of you “my app”.

Add the MyApp table to the app.

+Steve Coile Thank you. This is definitely a workaround. But is this the only way? I don’t want to blow up the App.

There is no way for separate apps to communicate except via shared tables.

+Steve Coile Okay thank you very much.

Top Labels in this Space