Here I have a table with a referenced table. As you can see, the ids of the rows are of course unique… 1, 2 and 3.
But the referenced column value is not. “15,23” repeats.
Questions:
a) how in Grist itself would I know which row is which?
b) how can I send data from n8n, Grist Plugin API or even an Excel table, and be sure the 15,23 will refer to row id 3 and not row id 1?
If I try to send data to tell Grist I want row id 3 specifically, like Table2[3], Grist interprets that as a text instead of a column reference (even though the inverse shows exactly that… menaing, having a formula column “=$Ref” (which is exactly the formula of column A)