Populate Dropdown from Database

1
Hi everyone,   I’m having a problem while implementing a dropdown list from a database. So, I receive data from an API and store it into an entity. However when I tried to implement a dropdown widget to view and select an option from the list of the entity, the attribute doesn’t show up in the dropdown widget. Am I missing something here? Thanks in advance. Best regards, Jonathan
asked
1 answers
1

Hi Jonathan,

 

The drop-down widget that comes out of the box only accepts enumerations. You might want to check out this module: https://marketplace.mendix.com/link/component/117326 

answered