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