Hi everyone, I have two entities, to simplify it I'll call them Employees and Person. In Employees I have an EmpID that is connected to Person also through EmpID. Now I've put an editable table on my ADF page that shows employees but I'd like to have a dropdown list of values containing names from Person table inside my Employees Table. So I go to my Data Controls, inside Person view and select Name and drag it to Column in Employees. Then I select single selection -> adf select single choice and set my base data source to be Employees, set my list data source to be person and map them to use EmpID in both tables, and Display attribute the name from person table. When I do that every single row in my table is the same name, although the IDs are different. What am I doing wrong ? Thank you.