How can I know whether the value is selected from the dropdown or not?

0
Hi, In my application, I created one multiselect dropdown using Multiselect boostrap with the help of https://community.mendix.com/link/questions/86860. Now I want to know whether the value is selected or not. For example, my multiselect dropdown contains five values say One, Two, Three, Four and Other. Now I want to know whether the value 'Other' is selected or not. If selected then I want to change the value of one boolean variable from false to true. How can I approch this. Please let me know. Hope I am clear. Waiting for your valuable suggestion.   Thanks, Venkat.
asked
1 answers
0

Hi Venkat

You can use an exclusive split and set the Boolean value to true if the value "other" is selected.

Then if you need further more decisions down the line, you can branch as many Exclusive Splits as you wish.

 

Let me know if I am not clear enough.

 

Dilan

answered