how can i set a dropdown to its default value from microflow

0
I want to reset a dropdown from microflow based on some condition. The dropdown is populated using enumeration so i am not able to set null/empty/’ ’ to the dropdown.
asked
4 answers
3

hi Deependra Singh,

    I think you set a default value for Enumeration while creating attribute .kindly check it and use change object in microflow to reset the values based on decision check activity.

answered
2

Hi Deependra Singh,

                                        In Mendix we dont have a option to add or remove the actual value for the enum using microflow or nanoflow.

answered
0

 

Hi Deependra

In you case you may use Non persistable entity to dynamically show value.

And then you can choose object by association and provide list of objects based on condition.

 

answered
0

Hello Deependra,

 

You can set the attribute value as “empty” in the Change object and it should reset the value on the page as well.

answered