Dynamically Filtering Combo Box Options Based on Input Field Value

0
On the form page, there is an input field A and a combo box B, where the data source for combo box B depends on the value entered in input A. Specifically: If the value in input A starts with the letter "N", the data source for combo box B should be one set of values. If the value in input A starts with the letter "F", the data source for combo box B should be a different set of values. I tried using the starts-with function, but Mendix does not support using it for values outside the combo box. I also tried using a microflow, but when changing the value of input A, combo box B does not display the values returned by the microflow.
asked
1 answers
0

 Hi Toan,

 

Can you provide the domain model setup, please?

because it is totally possible to give the related values in the next combo box. What we need to do is to create the correct domain model setup and design a microflow for data source for this.

answered