How to fetch the selected value in Bootstrap Multiselector widget

0
Hello Team, I’m using Bootstrap Multiselector widget . There I’m able to configure successfully . But I need to  know where Can I get the selected value in this widget . I don’t have a any specific attribute for storing the value in this widget . Then how can we use/fetch the selected value.  Thanks in Advance for your valuable time . 
asked
1 answers
0

Hi!

Check out the documentation: https://marketplace.mendix.com/link/component/2295
What you do is this widget is be able to set an association. So by retrieving the objects over the association you will get the selected objects.

For example if your selectable association runs from Customer to Adress(Customer_Adress). If you want the selected objects Adress, you can just retrieve the Adress objects over the association Customer_Adress in a microflow.

Hope this helps

answered