Reply To: Enums issue?

Forums 💬 FlowCanvas ⚙️ Support Enums issue? Reply To: Enums issue?

#22762
ggspringer
Participant

    Hi,

    Yes it is a bitwise enum. However, when I select a single value let us say “Left”, it shows as Mixed in the FlowGraph. Which is fine. However at runtime, the value is not “Left” it is actually the value of another enum such as “Up”. Hope this makes sense…