I’ve linked two tables and made a form for the second so that once the ref field is set by the user using a dropdown menu the other fields in the form will autopopulate. The ref works fine and pulls the right entry, but the autopopulated values to not correspond to the right columns - e.g. the field Name pulls the parent entry’s email address instead. It’s the right row, just the wrong column
I wrote it wrongly. You need to check the label column from the parent table, not from the child table. Sorry about the typo. When you choose the parent record from the ref dropdown, you will see values from the label column. When you save the record, it will save the key column’s value though into your database.
ahh now I see. Yes the label shows correctly in the dropdown and the entry that is pulled is correct. It is the columns that are not correct. I.e. the app formula [ref].[name] gives me the value of the [ref].[email] column
Also, its not like its shifted systematically by e.g. 2 columns. One field pulls the column to the right of what it should be and the other just says NAN because the column type is a number and its pulling a text value