I have 2 tables: Leads and Payments. I have a relation in Payments table, that shows a relation to one single row in Leads table, which is correct.
I want to display information in the Payments table from one particular cell in the Leads table via lookup. However, it shows all the rows’ information in one cell in the Payments table.
It should show one name in the “Partner name” column, not all the names:
Yes, it’s as I suspected - the problem is with your Lookup column.
You are doing a Lookup on the entire Leads table, rather than via the relation.
Fix that and you should get the result you are expecting.