i run a flowchart then for flow switch activity default messge box displays
I apologize, but are you asking how to do this? Or are you saying its doing this despite other expected outcomes?
yes it gives other outcomes
Is it possible for you to upload a screenshot of your process? If not, could you explain what TypeArgument you are using, and the different cases you have?
select the Type Argument in the property of the Flow Switch, it should be matching with the data you are planning to decide the switch
Also make sure not to add "yourStringCasename "
in the case of Flow Switch if your datatype is string, just add the case name without " "
, this is a common mistake at the start.