I was finally able to get a linktoview to wor...

I was finally able to get a linktoview to work for me but realize I actually need to link to a specific row - i know i need to add row key to the below, but which row key?

to the table i’m linking to?

and if the row key is just “ID” is that all that’s needed or do i need that _THISROW piece?

LINKTOVIEW(“Reassign Table and Caller”, “MedicalNeedsActivation-589363”)

0 6 445
6 REPLIES 6

I believe there is a LINKTOROW() expression. But how are you using this expression? you wouldnt need the [_THISROW] unless you are using the expression as a virtual column, in which case you may be able to do this with an action and adjusting the UX.

Use linktorow(), rather than linktoview(), to link to a specific row…

i was planning on that just not sure which row key to use.

I would use the row key of the row that you plan to link to.

@Tammi_Canelli Use the row key of the row you want at the other end of the deep link.

Harry2
New Member

@Tammi_Canelli Here’s a nice sample app that demonstrates how to use the various link expressions, including the LinkToRow expression.

appsheet.com - Deep links - How to link between different parts of an app Deep links - How to link between different parts of an app appsheet.com

Top Labels in this Space