Enumeration in microflow

1
Hello, For importing XLS I make microflows to correctly import the enumerations. I make an expression in the returntype.   As you can see, the last else I choose for Autmatische_Incasso. But.... Ik want it to be empty. Because I use an if/else expression, I need to add the last else. Otherwise it doensn't work. But what I want is that if it's not Autmatische_Incasso or Handmatig, the enumeration value should be empty. 
asked
1 answers
1

You could just add "else empty" as the last line, that should fit your requirements.

answered