
Hello,
I need to connect two columns of the Entity table to Project table: i would like to have the primary column of the Entity table and another column, both connected to my Project table. The first column should be a lookup, the second has just to display associated values to the primary column (the first one). Can I do it? How?
You will need to add one column which is the lookup to the project table to be able to view the additional on a form you will have to use a quick view from:
https://learn.microsoft.com/en-us/power-apps/maker/model-driven-apps/create-edit-quick-view-forms
If you want to display on a view / list you can simply add the additional column via add related.