1. I want to access attributes of mendixsystem$attribute and mendixsystem$entity from modelller.
2. How can I display the attributes of MyRepository.FirstEntity in a dropdown.
Admin selects the attributes from dropdown which can be edited by the user. Now when user logs in, the review page should dynamically display these attributes along with their values. Drop down is nothing but attribute names from an entity. How can we compare values to entity attribute names and display values? Please suggest.