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 480
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