OSC message sending not working properly

Hello, I have Notch builder and I’m tring to send OSC messages to max/msp. I’m able to retrieve the message into max/msp but the message I’m getting is badly formatted.

In my case I would like to send via a OSC Output node this message: /test int float

So in the OSC Output node I set the OSC Address: /test 0 and the Value is the float.

Now comes the problem, the whole message becomes: “/test int” float. The OSC Adress is read by max/msp and also other programs as a string with quotation marks that need to be clean up.