How to navigate to a new table using the ID from this table?

I am using the behavior "add a new row to another table using values from this row" and then I am trying to create a deeplink to that row.  I am not sure how to do that. I am using this LINKTOROW([ID],"Table2_Detail") but it isn't taking me anywhere.

0 6 113
6 REPLIES 6


@Joshua_M wrote:

"add a new row to another table using values from this row"


SkrOYC_0-1680275480146.png


@Joshua_M wrote:

then I am trying to create a deeplink to that row


Is that table related in any way? Is there a reason there couldn't be an Inline view?

I am using other tables as Forms so that I can write more complicated data into single cells in the main table. So I use the other table and write the values to the main table and try to change the view to the main table after the form.

Clearly there is no straighfoward way to solve your particular workaround

It is impossible to navigate to a different table after completing a form for a different table? That cant be true.

Your second table has the same Key value as the first table?
When you add a row to the second table, you use the same Key value?
You expect to use a Grouped action?

Yes, both tables have the same Key value and I am using a grouped action

Top Labels in this Space