Unable to select Attribute (Path) for a dropdown

0
I have an entity that has the information about application connections.. (for example, Dev, Test, UAT, etc)   On the login page , I would like to select the connection and login ... So I have added a reference selector dropdown   
asked
1 answers
0

Did you create an association between the two entities?

 

If you did, you probably made it the wrong way around. Try switching the association arrow.

 

Alternatively, if you're using an Enumeration, you can use a dropdown, rather than a reference selector dropdown.

answered