Multi Select Drop down

0
I want to implement a multi select dropdown that can get data from an REST API. I tried a couple of widgets and not making much of progress.  I downloaded the multiselect widget and while filling up the properties, I am seeing the following errors   Code            Message CE0642        Property 'Association' is required. - No selection values is displayed. CE8812        The path should contain at least one step. - Not sure what this means CE4899       Property 'Attribute' is required. [English, United States] - I cannot find this property for the control   Is this a constraint in the mendix platform?   Appreciate your assistance in resolving this.   Best Varshan
asked
2 answers
1

Have you tried the Combo box widget? It can get data from a microflow datasource which can call a REST API.

answered
0

Hi Varshan,

You can try this widget but you have to convert your REST retrieval value in JSON format.

https://marketplace.mendix.com/link/component/247499

 

answered