Problem With LINKTOROW() method

Hello! As they are?
I'm having trouble with the LINKTOROW() method. I am using it from one table to edit an entry in a different table.
Everything was working fine until suddenly it gives the error "The key field "ID" cannot be blank".
This only happens when I have more than 1 record in the table.
Check and in all records the ID is different

Have you experienced a similar error?
Any idea how I can fix it?

Thanks!

Rodrigo_Albin_0-1643894076076.pngRodrigo_Albin_1-1643894132880.pngRodrigo_Albin_2-1643894158409.png

 

Solved Solved
0 2 592
1 ACCEPTED SOLUTION

In general your syntax of LINKTOROW() expression is incorrect.

CapatazDeobra[ID] that you have used in the expression will restrun a list of keys and the expression expects a single row key to navigate to.

https://help.appsheet.com/en/articles/2357262-linktorow

 

LINKTOROW( row-key, view-name[, app-id] )

View solution in original post

2 REPLIES 2

In general your syntax of LINKTOROW() expression is incorrect.

CapatazDeobra[ID] that you have used in the expression will restrun a list of keys and the expression expects a single row key to navigate to.

https://help.appsheet.com/en/articles/2357262-linktorow

 

LINKTOROW( row-key, view-name[, app-id] )

Thanks a lot! beginner's mistake
I did a lookup for the destination row ID in the source table and it works!
Thanks a lot!!!

Top Labels in this Space