Sending values per OPC UA works when inputing a msg, msg.payload gets sent as value.
In this example you can press the top inject node to send true to whatever item is set in OPC UA Item.
Leaving the item of OPC UA Item blank is not allowed. Trying to send a different item doesn't work, because the node only tries to send msg.payload per OPC UA, and does not look at msg.topic.
Is there a way to achieve the theorized example of being able to change the Item after deploying, or is there some underlying issue with OPC UA communication?


