How to bind several opc ua variables to a widget button?

If you want the button press to activate several different OCP-UA tags at the same time, without using the event system, you could define a in session variable, and bind this to the button, and then in turn use that variable as for as many one way bindings to different OPC-UA tags, with binding mode “oneWayToSource” as mentioned by @wagner2a .