hello team
I have 2 tables (A and B). my relation is in place between the two tables. the relation is a name.
I’ve created a look up column that would set a value from table A into table B but the output given is all the value present in that column in all the table A. just like if there were no relation in place.
Your lookup is returning an array, which suggests that your relation is a multiple relation.
If you want to use the lookup in that way, then your relation must be a single relation.