Reply To: FlowScriptController.SendEvent()

Forums 💬 FlowCanvas ⚙️ Support FlowScriptController.SendEvent() Reply To: FlowScriptController.SendEvent()

#21867
paradiddle
Participant

    Hi, I found that when this ‘Custom Event’ is directly connected to a ‘Log Value’ node, I can get the ‘Event value’ output without a problem. But when it’s connected to a node which requires a downcast, that value becomes null. That means the automatic downcast failed.

    What’s the proper way of doing a type/class downcast manually in a flow script?

    Thank you!