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!
Solved! Go to 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] )
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!!!
User | Count |
---|---|
18 | |
12 | |
8 | |
4 | |
3 |